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

Update React to v18 #5795

Closed
6 of 7 tasks
philippotto opened this issue Oct 27, 2021 · 2 comments · Fixed by #8048
Closed
6 of 7 tasks

Update React to v18 #5795

philippotto opened this issue Oct 27, 2021 · 2 comments · Fixed by #8048

Comments

@philippotto
Copy link
Member

philippotto commented Oct 27, 2021

The profiling dev tools in chrome stopped working for me. Probably, a good incentive to update react and reduce the technical debt a bit.

ToDos

@hotzenklotz
Copy link
Member

For reference :

@philippotto philippotto changed the title Update React Update React to v18 Mar 19, 2024
@hotzenklotz hotzenklotz mentioned this issue May 21, 2024
11 tasks
@hotzenklotz
Copy link
Member

Install React 18 produces these "incorrect peer dependency" errors:

warning " > @tanstack/[email protected]" has incorrect peer dependency "@tanstack/[email protected]".
warning " > [email protected]" has incorrect peer dependency "react@^16.3.2 || ^17.0.0".
warning " > [email protected]" has incorrect peer dependency "react-dom@^16.3.2 || ^17.0.0".
warning " > [email protected]" has unmet peer dependency "rxjs@>=7.0.0".
warning " > [email protected]" has incorrect peer dependency "react@^17.0.1".
warning " > [email protected]" has incorrect peer dependency "react-dom@^17.0.1".
warning " > [email protected]" has incorrect peer dependency "react@^17.0.2".
warning " > [email protected]" has incorrect peer dependency "react@^16.8.3 || ^17".
warning "react-router-dom > react-router > [email protected]" has incorrect peer dependency "react@^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0".
warning " > [email protected]" has unmet peer dependency "prop-types@^15.5.7".
warning " > [email protected]" has incorrect peer dependency "react@^16.3.0 || ^17.0.0".
warning " > [email protected]" has incorrect peer dependency "react-dom@^16.3.0 || ^17.0.0".```

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

Successfully merging a pull request may close this issue.

2 participants