diff --git a/src/features/ui/index.tsx b/src/features/ui/index.tsx index 59857d52f..20f25c4a8 100644 --- a/src/features/ui/index.tsx +++ b/src/features/ui/index.tsx @@ -329,7 +329,7 @@ const SwitchingColumnsArea: React.FC = ({ children }) => - Promise.reject())} content={children} /> + Promise.reject(new TypeError('Failed to fetch dynamically imported module: TEST')))} content={children} /> {hasCrypto && }