We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
`/**
import * as React from 'react';
const ReactSharedInternals = React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
export default ReactSharedInternals;`
我使用的是17.0.3版本,其他的配置不变,但是在ReactSharedinternals.js文件里需要把已经有的ReactSharedInternals变量注释掉,换成新的
The text was updated successfully, but these errors were encountered:
No branches or pull requests
`/**
*/
import * as React from 'react';
const ReactSharedInternals =
React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
export default ReactSharedInternals;`
我使用的是17.0.3版本,其他的配置不变,但是在ReactSharedinternals.js文件里需要把已经有的ReactSharedInternals变量注释掉,换成新的
The text was updated successfully, but these errors were encountered: