You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/next/src/client/app-index.tsx
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -207,10 +207,15 @@ function Root({ children }: React.PropsWithChildren<{}>) {
207
207
returnchildren
208
208
}
209
209
210
+
functiononDefaultTransitionIndicator(){
211
+
// TODO: Compose default with user-configureable (e.g. nprogress)
212
+
// TODO: Use React's default once we figure out hanging indicators: https://codesandbox.io/p/sandbox/charming-moon-hktkp6?file=%2Fsrc%2Findex.js%3A106%2C30
0 commit comments