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