Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outdated dependencies causing bugs #36

Open
818S opened this issue Aug 15, 2021 · 0 comments
Open

Outdated dependencies causing bugs #36

818S opened this issue Aug 15, 2021 · 0 comments

Comments

@818S
Copy link

818S commented Aug 15, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant