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 c522826 commit 820ef85Copy full SHA for 820ef85
1 file changed
src/RemixDevTools/init/project.tsx
@@ -36,7 +36,6 @@ export const initServer = (context: EntryContext) => {
36
export const initClient = () => {
37
window.__remixRouteModules = Object.keys(window.__remixRouteModules).reduce((acc, key) => {
38
const value = window.__remixRouteModules[key];
39
-
40
if (key === "root") {
41
return {
42
...acc,
0 commit comments