patw0929 / react-smartbanner

Rewrite Smart App Banner in React.js.
https://patw0929.github.io/react-smartbanner/
MIT License
74 stars 56 forks source link

Doesn't support React 16.8+ #49

Closed danew closed 4 years ago

danew commented 4 years ago

In React 16.3 aliases for the unsafe lifecycles were introduced and now as of React >16.8 we receive warnings each time one of these APIs are used.

Renaming them to their UNSAFE_* counterparts will resolve the warnings.

https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html

patw0929 commented 4 years ago

Merged #50 and published as v5.1.4.