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
Both projects are completely same. They are clean next.js projects with added fluentui/react-components.
In next version 14.1.X fluentui popover does work in version 14.2.X it doesnt.
Current vs. Expected behavior
Current behavior: Popover does not popoup as expected.
Expected behavior: Popover will popup.
Provide environment information
node: 18.20.3,
npm: 10.2.3
Also tried with newest node version
node: 22.2.0,
yarn: 4.2.2
Which area(s) are affected? (Select all that apply)
Not sure
Which stage(s) are affected? (Select all that apply)
Other (Deployed)
Additional context
Tried with yarn, pnpm, npm different versions. The only difference seems to be next version.
What I dont understand is that next app with fluentui must be used with dozens of people, yet i havent found any issue on this topic.
This is my first public issue, if I did something wrong Im ready for feedback.
Logs
No response
Requested priority
Normal
Products/sites affected
No response
Are you willing to submit a PR to fix?
no
Validations
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
The provided reproduction is a minimal reproducible example of the bug.
The text was updated successfully, but these errors were encountered:
I've noticed similar behavior and was just researching similar issues to decided where to report it... We're seeing the following:
linux containerized envs work for both production builds and nextjs dev mode
windows envs do not render the popover in nextjs dev node
When the popover does not render it appears that the fluent provider which contains the react portal is just missing from the DOM. The popover state indicates the popover is open so it's something about the react portals and surfaces not the event handlers.
Next 14.2 looks like it contains changes to the swc core packages which are OS dependent so I was thinking it had something to do with linux versus windows swc packages but sounds like you're seeing similar behavior on a linux OS so not sure.
I found the same bug, in Windows 10, Next.js 14.2 dev could not pop up the dialog window properly, when I downgraded to 14.1.0, the problem was solved, which delayed me for two days to debug.
Library
React Components / v9 (@fluentui/react-components)
System Info
Are you reporting an Accessibility issue?
None
Reproduction
https://stackblitz.com/edit/nextjs-bzkxez
Bug Description
Link to the code that reproduces this issue
https://stackblitz.com/edit/nextjs-bzkxez
To Reproduce
Link to stackblitz with version next 14.2:
https://stackblitz.com/edit/nextjs-bzkxez
Link to stackblitz with version next 14.1:
https://stackblitz.com/edit/nextjs-5igbub
Both projects are completely same. They are clean next.js projects with added fluentui/react-components.
In next version 14.1.X fluentui popover does work in version 14.2.X it doesnt.
Current vs. Expected behavior
Current behavior: Popover does not popoup as expected.
Expected behavior: Popover will popup.
Provide environment information
node: 18.20.3,
npm: 10.2.3
Also tried with newest node version
node: 22.2.0,
yarn: 4.2.2
Which area(s) are affected? (Select all that apply)
Not sure
Which stage(s) are affected? (Select all that apply)
Other (Deployed)
Additional context
Tried with yarn, pnpm, npm different versions. The only difference seems to be next version.
What I dont understand is that next app with fluentui must be used with dozens of people, yet i havent found any issue on this topic.
This is my first public issue, if I did something wrong Im ready for feedback.
Logs
No response
Requested priority
Normal
Products/sites affected
No response
Are you willing to submit a PR to fix?
no
Validations
The text was updated successfully, but these errors were encountered: