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
When using multiple Menu components I receive the following error:
### 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.
I'm not sure if the error comes from the shoreline or the ariakit used by the shoreline.
In the example attached I the Menu should appear to the user on hover
Problem
When using multiple Menu components I receive the following error:
### 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.
Expected behavior
Not show errors
Reproducible Example
https://codesandbox.io/p/sandbox/shoreline-disabled-2jxclc
Suggested solution
No response
Additional context
No response
Package
@vtex/shoreline
Packages version
1.11.18
Browser
No response
Package Manager
pnpm
The text was updated successfully, but these errors were encountered: