Hi,
We have a case where we have two views on-page, single and double columns, and the component didn't update on height change.
Probably it is related somehow to our new CRA build (SSR + SPA), and client hydration.
After this one-liner fix, everything works flawlessly.
I've recently updated the component significantly, appreciate this PR, however I had taken a break from personal projects and apparently never saw this so that's why it's being closed.
Hi, We have a case where we have two views on-page, single and double columns, and the component didn't update on height change. Probably it is related somehow to our new CRA build (SSR + SPA), and client hydration. After this one-liner fix, everything works flawlessly.