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
Hi, for my project I'm trying to update rc-slider from v9.7.5. to v10.0.0. However the Range component is no longer exported in this version. When trying to import I get the following error from typescript:
It's not just a typescript issue because when ignoring the typescript error and testing with the application running, React is also complaining:
Environment
rc-slider v10.0.0
Node v16
Yarn v1
Next.js v12.1.5
React v17
The text was updated successfully, but these errors were encountered:
Hi, for my project I'm trying to update rc-slider from
v9.7.5.
tov10.0.0
. However theRange
component is no longer exported in this version. When trying to import I get the following error from typescript:It's not just a typescript issue because when ignoring the typescript error and testing with the application running, React is also complaining:
Environment
The text was updated successfully, but these errors were encountered: