File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ export default function MyApp({ Component, pageProps }) {
72
72
}
73
73
```
74
74
75
- ### Usage with React, Vite React or any other React based component
75
+ ### Usage with React, Vite React or any other React Based Framework
76
76
77
77
For rendering add ` <NextTopLoader /> ` to your ` return() ` inside the <Router ><Router /> component in ` App() ` in your App.js:
78
78
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ export default function MyApp({ Component, pageProps }) {
63
63
}
64
64
```
65
65
66
- ### Usage with React, Vite React or any other React based component
66
+ ### Usage with React, Vite React or any other React Based Framework
67
67
68
68
For rendering add ` <NextTopLoader /> ` to your ` return() ` inside the <Router ><Router /> component in ` App() ` in your App.js:
69
69
You can’t perform that action at this time.
0 commit comments