Skip to content

Commit 74c251f

Browse files
committed
Add console log for clarity during testing
1 parent 235eab1 commit 74c251f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/remix-react/browser.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export function RemixBrowser(_props: RemixBrowserProps): ReactElement {
3434
window.__remixManifest.routes,
3535
window.__remixRouteModules
3636
);
37+
console.log(`✅ Creating data router via createBrowserRouter()`);
3738
router = createBrowserRouter(routes, {
3839
hydrationData: window.__remixContext.state,
3940
});

0 commit comments

Comments
 (0)