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 d59e8fb commit 82b7051Copy full SHA for 82b7051
docs/installation/next-js-app-router.md
@@ -63,3 +63,9 @@ export default function RootLayout({ children }) {
63
);
64
}
65
```
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