Description
The onChangeEnd
event is erroneously fired for multiple sliders despite interacting with only one slider at a time. This is due to a bug in the chakra version used (see chakra-ui/chakra-ui#3522 and chakra-ui/chakra-ui#3836). It along with its peer dependency framer-motion
to the latest versions.
The @testing-library/react
has a compatibility issue with the jest version used (5.14.1) which throws an “ReferenceError: You are trying to access a property or method of the Jest environment after it has been torn down.” error, see testing-library/react-testing-library#918. This issue was fixed in version v12.
I had to spend several hours to debug these issues :(
Hope this saves others some time
Here's my package.json https://github.com/818S/fullstack-dev-challenge