elm-street-technology / elevate-ui

🎨 💻 📱An opinionated toolkit of React components and patterns
https://elevate-ui.com/
MIT License
10 stars 4 forks source link

Upgrade to React v16.8.6 #250

Open dillonemorris opened 4 years ago

dillonemorris commented 4 years ago

We'll want to upgrade to the newest version of react so that Hooks and other new features can be utilized.

I have upgraded React locally however the upgrade seems to cause React-datepicker to break in the datepicker component. The following error shows up when you first click into a date/time input and the application breaks.

Uncaught Invariant Violation: Unable to find node on an unmounted component.

I will push up a branch with the upgraded React package so that others can take a look and possibly diagnose or come up with a fix for this issue.