Issues with useTreeData hook #5768
-
Beta Was this translation helpful? Give feedback.
Answered by
reidbarber
Feb 3, 2024
Replies: 1 comment 5 replies
-
I see that I only have that issue in development and not in production |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I added
reactStrictMode: false
to thenext.config.js
and the problem disappeared, but it should be working in strict mode (our test suite runs in strict mode.) Feel free to convert this into an issue so it can be further investigated.