Skip to content

Commit 892cfa7

Browse files
committed
Merge branch 'dev' into markdalgleish/rsc-mdx-glob-playground
2 parents 8b98216 + 3d76762 commit 892cfa7

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"react-router": patch
3+
---
4+
5+
Provide `isRouteErrorResponse` utility in `react-server` environments

packages/react-router-dev/vite/plugins/validate-plugin-order.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ export default function validatePluginOrder(): Vite.Plugin {
1616
];
1717
for (let prePlugin of rollupPrePlugins) {
1818
let prePluginIndex = pluginIndex(prePlugin.pluginName);
19-
console.log(
20-
prePluginIndex,
21-
pluginIndex(["react-router", "react-router/rsc"]),
22-
);
2319
if (
2420
prePluginIndex >= 0 &&
2521
prePluginIndex > pluginIndex(["react-router", "react-router/rsc"])

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)