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 672e88a commit 6dbb3a1Copy full SHA for 6dbb3a1
packages/react-router/lib/rsc/server.rsc.ts
@@ -46,7 +46,7 @@ import {
46
UNSAFE_WithComponentProps,
47
UNSAFE_WithHydrateFallbackProps,
48
UNSAFE_WithErrorBoundaryProps,
49
- // @ts-ignore There are no types before the tsup build when used internally, so
+ // @ts-ignore There are no types before the tsdown build when used internally, so
50
// we need to cast. If we add an alias for 'internal/react-server-client' to our
51
// TSConfig, it breaks the Parcel build within this repo.
52
} from "react-router/internal/react-server-client";
0 commit comments