We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 814800c commit 20064c1Copy full SHA for 20064c1
packages/next/src/client/components/react-dev-overlay/app/app-dev-overlay.browser.tsx
@@ -216,7 +216,9 @@ export function renderAppDevOverlay(
216
script.appendChild(container)
217
document.body.appendChild(script)
218
219
- const root = createRoot(container)
+ const root = createRoot(container, {
220
+ identifierPrefix: 'ndt-',
221
+ })
222
223
startTransition(() => {
224
// TODO: Dedicated error boundary or root error callbacks?
0 commit comments