zillow / react-slider

Accessible, CSS agnostic, slider component for React.
https://zillow.github.io/react-slider
MIT License
883 stars 231 forks source link

[ERROR] Could not resolve "@babel/runtime/helpers/extends" #284

Closed YYsuni closed 1 year ago

YYsuni commented 1 year ago

Description

ReactSlider doesn't work in the Vite TS project.

image

CodeSandbox

Edit zillow/react-slider

kris-ellery commented 1 year ago

You might need to install @babel/runtime as dev dependency.

YYsuni commented 1 year ago

It works! Thank you👍🏻