oliviertassinari / react-swipeable-views

A React component for swipeable views. :snowflake:
https://react-swipeable-views.com/
MIT License
4.46k stars 479 forks source link

Will not install with react 18.2.0 #672

Closed AdamPhasey closed 2 years ago

AdamPhasey commented 2 years ago

Tried to install but will not accept 18.2.0. Do you have plans to upgrade its compatibility?

Expected Behavior

Current Behavior

Steps to Reproduce (for bugs)

1. 2. 3. 4.

Context

Your Environment

Tech Version
react-swipeable-views
React
platform
etc
askunlimited commented 2 years ago

having the same issue trying to install on react 18.2.0 but giving could not resolve dependency error. Is there a hack or a compatibility upgrade in sight?

nnmax commented 2 years ago

same issue

tahola commented 2 years ago

Same issue, I added a --force to npm, it seem to work fine...

npm install --force --save react-swipeable-views

oliviertassinari commented 2 years ago

Duplicate of #663