File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
examples/query/react/kitchen-sink Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
/* tslint:disable */
3
3
4
4
/**
5
- * Mock Service Worker (0.39.2 ).
5
+ * Mock Service Worker (0.41.1 ).
6
6
* @see https://github.com/mswjs/msw
7
7
* - Please do NOT modify this file.
8
8
* - Please do NOT serve this file on production.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ function App() {
27
27
< Routes >
28
28
< Route path = "/" element = { < TimeList /> } />
29
29
< Route path = "/counters" element = { < CounterList /> } />
30
- < Route path = "/posts" element = { < PostsManager /> } />
30
+ < Route path = "/posts/* " element = { < PostsManager /> } />
31
31
< Route path = "/bundleSplitting" element = { < Lazy /> } />
32
32
</ Routes >
33
33
</ div >
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ export const PostsManager = () => {
124
124
</ div >
125
125
< div className = "column column-3 text-left" >
126
126
< Routes >
127
- < Route path = "/posts/ :id" element = { < PostDetail /> } />
127
+ < Route path = "/:id" element = { < PostDetail /> } />
128
128
</ Routes >
129
129
</ div >
130
130
</ div >
You can’t perform that action at this time.
0 commit comments