Explorar o código

fix(core): type issues on state

alvarosabu %!s(int64=2) %!d(string=hai) anos
pai
achega
46c9b52c2e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/tres/src/core/useTres/index.ts

+ 1 - 1
packages/tres/src/core/useTres/index.ts

@@ -17,7 +17,7 @@ export interface TresState {
 }
 
 const state: TresState = shallowReactive({
-  camera: null,
+  camera: undefined,
   cameras: [],
 })