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'
29
29
30
30
/// <reference types="react-dom/experimental" />
31
31
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
-
37
32
const appElement : HTMLElement | Document = document
38
33
39
34
const encoder = new TextEncoder ( )
@@ -213,8 +208,9 @@ function Root({ children }: React.PropsWithChildren<{}>) {
213
208
}
214
209
215
210
const reactRootOptions : ReactDOMClient . RootOptions = {
211
+ // // TODO: Compose default with user-configureable (e.g. nprogress)
216
212
// @ts -expect-error: Should pass on `@types/react` bump.
217
- onDefaultTransitionIndicator,
213
+ onDefaultTransitionIndicator : undefined ,
218
214
onRecoverableError,
219
215
onCaughtError,
220
216
onUncaughtError,
You can’t perform that action at this time.
0 commit comments