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 8399e67 commit 6684bddCopy full SHA for 6684bdd
packages/next/next-devtools-inject-tailwind.js
@@ -1,3 +1,5 @@
1
+// This code runs on the browser.
2
+// The options.target is provided from shadow-portal.tsx file.
3
function insertIntoTarget(element, options) {
4
var root =
5
options.target ||
0 commit comments