-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
[Bug]: OverlayDrawer component stop working with NextJS 14.2+ #31930
Comments
I can repro this on my project. It is blocking for us as we can't publish newer versions until this is fixed. This issue is also affecting the |
FYI it works with It looks that the source of the issue is
Seems like the source of the issue is microsoft/use-disposable#31 as Next.js uses React 18.3.0 canary. |
I disabled strict mode, and it is indeed fixed! I look forward to microsoft/use-disposable#31 getting fixed! |
Verified the workarounds, thanks @layershifter ! |
Duplicate of #31429 |
Library
React Components / v9 (@fluentui/react-components)
System Info
Are you reporting Accessibility issue?
None
Reproduction
https://stackblitz.com/edit/nextjs-ytg51y?file=app%2Fcomponents%2FExample.tsx
Bug Description
Actual Behavior
In the sandbox, noticed the NextJS version is 14.2.0, clicking on the button, OverlayDrawer component does not open the drawer.
Expected Behavior
In the sandbox where NextJS version is 14.1.0, clicking on the button, OverlayDrawer component open the drawer.
Logs
Requested priority
Blocking
Products/sites affected
Skill Editor
Are you willing to submit a PR to fix?
no
Validations
The text was updated successfully, but these errors were encountered: