captivationsoftware / react-sticky

<Sticky /> component for awesome React apps
MIT License
2.64k stars 385 forks source link

Remove peerDep restriction against react 16 #225

Closed vcarl closed 6 years ago

vcarl commented 6 years ago

Resolves #216

I'm opting to make this >=react@15 because nothing we're doing uses private APIs, so we should maintain compatibility. It should be considered a bug if a React release breaks this library.