react-sticky-el
react-sticky-el copied to clipboard
fix issue 82 Scroll element is null
Closes #82
This should fix the issue when React Strict Mode is enabled. Some elements were not initialized on second component mount from React Strict Mode because they were initialized at render function only. After moving the initialization to componentDidMount the issue is fixed.