You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently react and react-dom specified as dependencies in package.json.
If user use next React version, e.g. React v16, there will have some unexpected dependencies in node_modules.
Here to propose move them as peerDependencies.
The text was updated successfully, but these errors were encountered:
The dependencies will only be there for development builds though. If installing only production modules, as long as flow-coverage-report is listed as a devDepencency, it won't get installed.
Currently react and react-dom specified as dependencies in package.json.
If user use next React version, e.g. React v16, there will have some unexpected dependencies in node_modules.
Here to propose move them as peerDependencies.
The text was updated successfully, but these errors were encountered: