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
I tried updating the @bsmnt/scrollytelling dependency in your Layered pinning example (https://stackblitz.com/edit/react-ts-4dtlww?file=App.tsx). ^0.1.0 still works, everything above breaks with the error Uncaught Error: childHeight and pinSpacerHeight are required in Pin component. I don't see anything in the docs regarding this, and the error isn't super helpful either as both childHeight and pinSpacerHeight are clearly present. Do you maybe have a working example which uses the most recent package version?
The text was updated successfully, but these errors were encountered:
Hi,
I tried updating the
@bsmnt/scrollytelling
dependency in your Layered pinning example (https://stackblitz.com/edit/react-ts-4dtlww?file=App.tsx).^0.1.0
still works, everything above breaks with the errorUncaught Error: childHeight and pinSpacerHeight are required in Pin component.
I don't see anything in the docs regarding this, and the error isn't super helpful either as both childHeight and pinSpacerHeight are clearly present. Do you maybe have a working example which uses the most recent package version?The text was updated successfully, but these errors were encountered: