fix: update
This commit is contained in:
@@ -13,5 +13,7 @@ export const cnb = useContextKey<CNB>('cnb', () => {
|
||||
})
|
||||
export const appId = nanoid();
|
||||
export const app = useContextKey<App>('app', () => {
|
||||
return new App()
|
||||
return new App({
|
||||
appId
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user