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 8217ea4 commit 28ee532Copy full SHA for 28ee532
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