File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,6 @@ import { isBot } from '../shared/lib/router/utils/is-bot'
2929
3030/// <reference types="react-dom/experimental" />
3131
32- function onDefaultTransitionIndicator ( ) {
33- // TODO: Compose default with user-configureable (e.g. nprogress)
34- // TODO: Use React's default even if user config isn't set up. Requires resolution of https://issues.chromium.org/u/1/issues/419746417
35- }
36-
3732const appElement : HTMLElement | Document = document
3833
3934const encoder = new TextEncoder ( )
@@ -213,8 +208,9 @@ function Root({ children }: React.PropsWithChildren<{}>) {
213208}
214209
215210const reactRootOptions : ReactDOMClient . RootOptions = {
211+ // // TODO: Compose default with user-configureable (e.g. nprogress)
216212 // @ts -expect-error: Should pass on `@types/react` bump.
217- onDefaultTransitionIndicator,
213+ onDefaultTransitionIndicator : undefined ,
218214 onRecoverableError,
219215 onCaughtError,
220216 onUncaughtError,
You can’t perform that action at this time.
0 commit comments