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
the <StickyContainer> no longer uses the style props instead it requires the inner content of the <Sticky> to be a call back function like this: {({ style }) => ( <div style={style}> <Content /> </div> )}
The text was updated successfully, but these errors were encountered:
the
<StickyContainer>
no longer uses the style props instead it requires the inner content of the<Sticky>
to be a call back function like this:{({ style }) => ( <div style={style}> <Content /> </div> )}
The text was updated successfully, but these errors were encountered: