We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 252d928 commit e099d69Copy full SHA for e099d69
docs/start/data/custom.md
@@ -66,8 +66,8 @@ createBrowserRouter([
66
path: "/show/:showId",
67
lazy: () => {
68
let [loader, action, Component] = await Promise.all([
69
- import("./show.action.js"),
70
import("./show.loader.js"),
+ import("./show.action.js"),
71
import("./show.component.js"),
72
]);
73
return { loader, action, Component };
0 commit comments