Patch Changes
-
Do some global var initialize in hydrate, which fixes error like
cannot read property '-21' of undefined
and some style issue. (#461) -
fix: ensure ref lifecycle events run after firstScreen in the background thread (#434)
This patch fixes an issue where ref lifecycle events were running before firstScreen events in the background thread async render mode, which could cause refs to be undefined when components try to access them.