nordtheme / web

The official Nord website and documentation
https://www.nordtheme.com
MIT License
97 stars 24 forks source link

Update to React 16.8.3 #128

Closed arcticicestudio closed 5 years ago

arcticicestudio commented 5 years ago

The latest React version 16.8.3 has been released including important bug fixes for incorrect state behaviors with the useState hook as well as a fix for <input> elements that discarded state updates during the render phase and reduced the performance. The update is strongly recommended for any 16.8 release by the core team.

This bug fix release version might fix some problems that were encountered during development of the search filter <input> for #119.