协调器src(主要逻辑)React root tagsReact Root Tags export type RootTag = 0 | 1;export const LegacyRoot = 0;export const ConcurrentRoot = 1;