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
Forced synchronous layout often causes performance issues in applications. Fluent should avoid triggering synchronous layout whenever possible.
Additional context
Performance degradation caused by forced synchronous layout has come up several times recently and #33665 is one example where forced synchronous layout has been removed.
We should add linting to prevent future instances of synchronous layout and identify existing instances so we can remove them.
Area
React Components (@fluentui/react-components)
Describe the feature that you would like added
We should add a lint rule to prevent calling APIs that trigger forced synchronous layout.
Forced synchronous layout often causes performance issues in applications. Fluent should avoid triggering synchronous layout whenever possible.
Additional context
Performance degradation caused by forced synchronous layout has come up several times recently and #33665 is one example where forced synchronous layout has been removed.
We should add linting to prevent future instances of synchronous layout and identify existing instances so we can remove them.
Have you discussed this feature with our team
@Hotell @layershifter
Validations
Priority
High
The text was updated successfully, but these errors were encountered: