We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I reinstalled my dependencies and encountered ActionMenu throwing an error when trying to open the menu.
The menu should open and show its children/items.
The application crashes, showing the following error:
Error in /turbo_modules/@react-aria/[email protected]/dist/main.js (409:87) Cannot set properties of undefined (setting 'nodeToRestore')
Stackblitz Example using the default example shown in the documentation.
The text was updated successfully, but these errors were encountered:
Looks like this is related to using React Strict Mode. React Spectrum doesn't currently support strict mode, but work is being done for it at #779
Sorry, something went wrong.
No branches or pull requests
🐛 Bug Report
I reinstalled my dependencies and encountered ActionMenu throwing an error when trying to open the menu.
🤔 Expected Behavior
The menu should open and show its children/items.
😯 Current Behavior
The application crashes, showing the following error:
💻 Code Sample
Stackblitz Example using the default example shown in the documentation.
🌍 Your Environment
The text was updated successfully, but these errors were encountered: