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
Render lazy-loaded components synchronously if already loaded
Make lazy-loading components created by `lazy` render synchronously (ie. render
the actual component on the first render) if the component was already loaded by
a previous instance of the lazy wrapper component.
In h the async rendering was causing annotation cards to transition their height
slightly after appearing. This change doesn't prevent the animation from
happening when annotation cards first appear, but does prevent it on subsequen
renders.
0 commit comments