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 7c81c4c commit d0cbeeeCopy full SHA for d0cbeee
site/src/components/RuntimeErrorState/RuntimeErrorState.tsx
@@ -12,7 +12,7 @@ import { Helmet } from "react-helmet-async"
12
import { Margins } from "../Margins/Margins"
13
14
const fetchDynamicallyImportedModuleError =
15
- "Failed to fetch dynamically imported module" as const
+ "Failed to fetch dynamically imported module"
16
17
export type RuntimeErrorStateProps = { error: Error }
18
0 commit comments