Commit 94c8d03
authored
Removes wait for app boot for routes registration
Waiting for app to boot causes the routes to register late, at the end of the routes list.
May cause overriding use defined routes.
Or in my case, a "catch all" route which caught the `_grid-sortable_` route (because it was prior in the routes list).1 parent e1bfbd5 commit 94c8d03
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
| 26 | + | |
29 | 27 | | |
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
36 | | - | |
| 34 | + | |
0 commit comments