Changes since 24.10.0-beta1
Fixes
-
Move thread start out of DevServerWatchDog constructor (#23898)
Commit · Pull requestStarting a thread in a constructor can expose a partially constructed object. Extract the thread start into a separate start() method that callers invoke after construction completes.
-
Route with context path name (#23836)
Commit · Pull request · Issuethe same start as the context path from clearing context path out from the url when using react router.