Skip to content
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

Dev to Main for 2.1.6 #440

Merged
merged 4 commits into from
Apr 6, 2023
Merged

Dev to Main for 2.1.6 #440

merged 4 commits into from
Apr 6, 2023

Conversation

georgeolaru
Copy link
Member

No description provided.

To ensure that the DOM element of the active DrawerPanel is fully rendered, it is recommended to use the useLayoutEffect() hook instead of useEffect(). The useLayoutEffect() hook runs after the DOM has been rendered, but before the browser has painted the screen, which makes it suitable for accessing DOM measurements such as element heights.
@georgeolaru georgeolaru added this to the 2.1.6 milestone Apr 6, 2023
@georgeolaru georgeolaru self-assigned this Apr 6, 2023
@georgeolaru georgeolaru merged commit 8b3fa5c into main Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant