Open Jirayu-ninl opened 1 month ago
Thanks for opening this issue! A maintainer will review it soon.
Looking into this now! @Jirayu-ninl
@Jirayu-ninl Hey, I'm unable to reproduce this issue. Can we hop on call https://cal.com/aiden and I'll help fix it for you?
Describe the feature
Problem: You will get
Uncaught Error: Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.
Solution: Downgrade to zustand@4 and replacezustand/shallow
withzustand/react/shallow
For other dependencies, it works as well I use pnpm workspace, and here are my dependencies on my main project.
Additional information