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
index.jsx contains fix findDOMNode call, while index.js doesn't. So if you do npm install react-sticky-div and then require it, you'll get "Cannot read property 'offsetParent' of null" error.
The text was updated successfully, but these errors were encountered:
index.jsx contains fix findDOMNode call, while index.js doesn't. So if you do
npm install react-sticky-div
and then require it, you'll get "Cannot read property 'offsetParent' of null" error.The text was updated successfully, but these errors were encountered: