1 2 3 4 5 6 7 8 9import * as React from "react" /** * 为 react 和 react-reconciler 之间进行中转 */ const internals = React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED export default internals
1 2 3 4 5 6 7 8 9
import * as React from "react" /** * 为 react 和 react-reconciler 之间进行中转 */ const internals = React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED export default internals