Skip to content
New issue

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

React 18 support #380

Open
tinycogio opened this issue Aug 22, 2022 · 0 comments
Open

React 18 support #380

tinycogio opened this issue Aug 22, 2022 · 0 comments

Comments

@tinycogio
Copy link

Can package.json be updated to support React/React-DOM 18?

We currently have to use the --force flag when running npm install to get around the dependency issue

npm WARN While resolving: react-promise-loader@1.2.0
npm WARN Found: react@18.2.0
npm WARN node_modules/react
npm WARN   react@"^18.2.0" from the root project
npm WARN   15 more (@ramonak/react-progress-bar, @react-aria/ssr, ...)
npm WARN
npm WARN Could not resolve dependency:
npm WARN peer react@"^17.0.1" from react-promise-loader@1.2.0
npm WARN node_modules/react-promise-loader
npm WARN   react-promise-loader@"^1.2.0" from the root project
npm WARN
npm WARN Conflicting peer dependency: react@17.0.2
npm WARN node_modules/react
npm WARN   peer react@"^17.0.1" from react-promise-loader@1.2.0
npm WARN   node_modules/react-promise-loader
npm WARN     react-promise-loader@"^1.2.0" from the root project
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: react-promise-loader@1.2.0
npm WARN Found: react-dom@18.2.0
npm WARN node_modules/react-dom
npm WARN   react-dom@"^18.2.0" from the root project
npm WARN   6 more (@ramonak/react-progress-bar, @restart/ui, ...)
npm WARN
npm WARN Could not resolve dependency:
npm WARN peer react-dom@"^17.0.1" from react-promise-loader@1.2.0
npm WARN node_modules/react-promise-loader
npm WARN   react-promise-loader@"^1.2.0" from the root project
npm WARN
npm WARN Conflicting peer dependency: react-dom@17.0.2
npm WARN node_modules/react-dom
npm WARN   peer react-dom@"^17.0.1" from react-promise-loader@1.2.0
npm WARN   node_modules/react-promise-loader
npm WARN     react-promise-loader@"^1.2.0" from the root project

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant