iTwin / iTwinUI-react

A react component library for iTwinUI.
https://github.com/iTwin/iTwinUI
Other
83 stars 23 forks source link

fix: Replace all instances of `useLayoutEffect` with `useIsomorphicLayoutEffect` #964

Closed mayank99 closed 1 year ago

mayank99 commented 1 year ago

In #825 I introduced a new useIsomorphicLayoutEffect hook to avoid SSR warnings. This PR uses that hook all over the project.

Also see https://github.com/iTwin/iTwinUI-react/pull/823#discussion_r973192032