soenkekluth / react-sticky-state

ReactStickyState makes native position:sticky statefull and polyfills the missing sticky browser feature

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not work on Chrome with React 15.3.2

henrikra opened this issue · comments

I just updated to React 15.3.2 and my sticky element does not get stateClass to the element. Therefore element is not sticky at any time.

On other browsers like firefox my elements gets the stateClass normally therefore it works.

Using 2.0.1 version of react-sticky-state

Sorry it was my own mistake <.<