Changes since 24.3.0.rc1
Fixes
-
Postpone commands scheduled with runWhenAttached for detached nodes (#18172)
Commit · Pull request · Issues 1434, 18020When detach listeners are called, the node still has a parent set, causing commands scheduled with runWhenAttached to be executed immediately. This change make runWhenAttached postpone the command by registering an attach listener, if called durint node detach.
-
Generate files to Frontend (#18241)
Commit · Pull request · IssueGenerate the App.tsx and routes.tsx to Frontend and correct the import in index.ts