Skip to content

Commit 82b7051

Browse files
authored
Update next-js-app-router.md
1 parent d59e8fb commit 82b7051

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/installation/next-js-app-router.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,9 @@ export default function RootLayout({ children }) {
6363
);
6464
}
6565
```
66+
67+
If you want react-scan to also run in production, use the react-scan/all-environments import path
68+
```diff
69+
- import { scan } from "react-scan";
70+
+ import { scan } from "react-scan/all-environments";
71+
```

0 commit comments

Comments
 (0)