Patch Changes
-
Fix "TypeError: not a function" error caused by
replaceAllnot supported in ES5. (#2142) -
Bump
swc_corev56. (#2154) -
Use
disableDeprecatedWarningoption to suppress BROKEN warnings during compilation. (#2157)- BROKEN:
getNodeRef/getNodeRefFromRoot/createSelectorQueryon component instance is broken and MUST be migrated in ReactLynx 3.0, please use ref or lynx.createSelectorQuery instead. - BROKEN:
getElementByIdon component instance is broken and MUST be migrated in ReactLynx 3.0, please use ref or lynx.getElementById instead.
- BROKEN:
-
Fix memory leak by clearing list callbacks when __DestroyLifetime event is triggered. (#2112)