Bump react and @types/react #711
Annotations
10 errors
Run npm run build:
src/components/Block.tsx#L91
Type '(el: HTMLDivElement | null) => HTMLDivElement | null' is not assignable to type 'Ref<HTMLDivElement> | undefined'.
|
Run npm run build:
src/components/FieldDocLabel.tsx#L5
Cannot find namespace 'JSX'.
|
Run npm run build:
src/components/InputColor.tsx#L125
Type '(input: HTMLInputElement | null) => HTMLInputElement | null' is not assignable to type 'Ref<HTMLInputElement> | undefined'.
|
Run npm run build:
src/components/InputJson.tsx#L176
Type '(el: HTMLDivElement | null) => HTMLDivElement | null' is not assignable to type 'Ref<HTMLDivElement> | undefined'.
|
Run npm run build:
src/components/InputUrl.tsx#L7
Cannot find namespace 'JSX'.
|
Run npm run build:
src/components/LayerList.tsx#L46
Type 'RefObject<HTMLElement | null>' is not assignable to type 'RefObject<HTMLElement>'.
|
Run npm run build:
src/components/MapMaplibreGl.tsx#L286
Type '(x: HTMLDivElement | null) => HTMLDivElement | null' is not assignable to type 'Ref<HTMLDivElement> | undefined'.
|
Run npm run build:
src/components/MapOpenLayers.tsx#L159
Type '(x: HTMLDivElement | null) => HTMLDivElement | null' is not assignable to type 'Ref<HTMLDivElement> | undefined'.
|
Run npm run build:
src/components/MapOpenLayers.tsx#L196
Type '(x: HTMLDivElement | null) => HTMLDivElement | null' is not assignable to type 'Ref<HTMLDivElement> | undefined'.
|
Run npm run build
Process completed with exit code 1.
|
Loading