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.
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.