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
The problem #29174 still exists on the latest version.
I'm observing the behavior on electron 33.2.0.
Expected Behavior
CommandBar re-renders as soon as the component width changes.
An workaround seems to be using the deprecated ReactDOM.render API, which force react to render DOMs as the same way as v17.
This turns off the asynchronous rendering feature of react.
Package
react
Package version
8.121.8
React version
18.3.1
Environment
Current Behavior
The problem #29174 still exists on the latest version.
I'm observing the behavior on electron 33.2.0.
Expected Behavior
CommandBar re-renders as soon as the component width changes.
An workaround seems to be using the deprecated
ReactDOM.render
API, which force react to render DOMs as the same way as v17.This turns off the asynchronous rendering feature of react.
Reproduction
See #29174 for min repro, etc.
Steps to reproduce
See #29174 for min repro, etc.
Are you reporting an Accessibility issue?
None
Suggested severity
Medium - Has workaround
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: