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 3f54e59 commit df152c2Copy full SHA for df152c2
packages/remix-testing/create-remix-stub.tsx
@@ -179,10 +179,6 @@ function processRoutes(
179
parentId,
180
hasAction: route.action != null,
181
hasLoader: route.loader != null,
182
- // When testing routes, you should just be stubbing loader/action, not
183
- // trying to re-implement the full loader/clientLoader/SSR/hydration flow.
184
- // That is better tested via E2E tests.
185
- hasClientLoader: false,
186
hasErrorBoundary: route.ErrorBoundary != null,
187
module: "build/stub-path-to-module.js", // any need for this?
188
};
0 commit comments