This release corrects an issue where a debug warning was printed incorrectly to the console, that (rightfully) confused users. So we wanted to fix that as quick as possible 👍
Bug Fixes
- Fix
setState
warning always being printed (#2057, thanks @marvinhagemeister)
Maintenance
- Queue
layoutEffects
in component render callbacks array (+0 B) (#2050, thanks @andrewiggins) - Separate
debug
tests into multiple files and fix some bugs in debug (#2047, thanks @andrewiggins)