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
updated React on my development environment to 19.0.0 and the module react-accessible-accordion does not seem to like it.
Getting an error while running npm i
npm error Could not resolve dependency:
npm error peer react@"^16.3.2 || ^17.0.0 || ^18.0.0" from react-accessible-accordion@5.0.0
npm error node_modules/react-accessible-accordion
npm error react-accessible-accordion@"^5.0.0" from the root project
npm error
npm error Conflicting peer dependency: react@18.3.1
npm error node_modules/react
npm error peer react@"^16.3.2 || ^17.0.0 || ^18.0.0" from react-accessible-accordion@5.0.0
npm error node_modules/react-accessible-accordion
npm error react-accessible-accordion@"^5.0.0" from the root project
The text was updated successfully, but these errors were encountered:
updated React on my development environment to 19.0.0 and the module react-accessible-accordion does not seem to like it.
Getting an error while running
npm i
The text was updated successfully, but these errors were encountered: