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 3293fe3 commit 2d5befcCopy full SHA for 2d5befc
packages/core/src/node/context.ts
@@ -60,7 +60,7 @@ export async function createDevToolsContext(
60
// json-render factory
61
let jrCounter = 0
62
context.createJsonRenderer = (initialSpec: JsonRenderSpec): JsonRenderer => {
63
- const stateKey = `__jr:${jrCounter++}`
+ const stateKey = `devtoolskit:internal:json-render:${jrCounter++}`
64
const statePromise = rpcHost.sharedState.get(stateKey as any, {
65
initialValue: initialSpec as any,
66
})
0 commit comments