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.
2 parents 8217ea4 + 28ee532 commit fd1a539Copy full SHA for fd1a539
README.md
@@ -74,7 +74,7 @@ export default function RootLayout({
74
return (
75
<html lang="en">
76
<head>
77
- <script src="https://unpkg.com/react-scan/dist/auto.global.js"></script>
+ <script src="https://unpkg.com/react-scan/dist/auto.global.js" async />
78
{/* rest of your scripts go under */}
79
</head>
80
<body>{children}</body>
0 commit comments