You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I got the following errors when trying to compile the client:
<useFaceLandmarkDetection.tsx" 484L, 17192B 315,26 66%
const canvasRefCallback = useCallback((node: HTMLCanvasElement | null)ign to 'current' because it is a read-only property.
315 canvasRef['current'] = node;
~~~~~~~~~
src/hooks/useMainStore.ts:144:28 - error TS7053: Element implicitly has an 'any' type because expression of type '"u"' can't be used to index type '{ i: string; } & { c: number[]; s: number; b: number[][]; a: number; }'.
Property 'u' does not exist on type '{ i: string; } & { c: number[]; s: number; b: number[][]; a: number; }'.
144 setOriginalImageUuid(params.loaded['u'])
~~~~~~~~~~~~~~~~~~
Found 2 errors in 2 files.
Errors Files
1 src/hooks/useFaceLandmarkDetection.tsx:315
1 src/hooks/useMainStore.ts:144
Hello, I got the following errors when trying to compile the client:
I added @ts-ignore for now on my side.
The text was updated successfully, but these errors were encountered: