beekai-oss / react-simple-img

🌅 React lazy load images with IntersectionObserver API and Priority Hints
MIT License
989 stars 41 forks source link

Doesn't support under react 16.3 #48

Closed tom76kimo closed 5 years ago

tom76kimo commented 5 years ago

Since using React.createRef here and it's only provided from react 16.3. We should either remove this or update peerDependency in package.json

bluebill1049 commented 5 years ago

thank you @tom76kimo i have updated the package.json 👍 and published the patch

tom76kimo commented 5 years ago

Great! thanks