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
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 :(
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 dependencyframer-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
The text was updated successfully, but these errors were encountered: