fix: zoom bugs #41
Annotations
6 errors
typecheck
@ogstudio/dashboard#typecheck: command (/home/runner/work/ogstudio/ogstudio/apps/dashboard) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (1)
|
typecheck
Type '{ elements: OGElement[]; selectedElement: string | null; setSelectedElement: (id: string | null) => void; setElements: (newElements: OGElement[], skipEdit?: boolean | undefined) => void; ... 7 more ...; rootRef: RefObject<...>; }' is not assignable to type 'OgContextType'.
|
typecheck
The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
|
typecheck
The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
|
typecheck
The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
|
typecheck
Process completed with exit code 1.
|