Don't override ref property when not configured to. #1236
Annotations
3 errors
Run local tests against the build artifact
Process completed with exit code 1.
|
Run local tests against the build artifact:
test/components/connect.spec.tsx#L2608
AssertionError: expected null to be an instance of HTMLSpanElement
❯ test/components/connect.spec.tsx:2608:33
|
Run local tests against the build artifact:
test/components/connect.spec.tsx#L2599
TypeCheckError: Type 'Ref<HTMLSpanElement | null>' is not assignable to type 'LegacyRef<HTMLSpanElement> | undefined'.
Type 'RefObject<HTMLSpanElement | null>' is not assignable to type 'LegacyRef<HTMLSpanElement> | undefined'.
Type 'RefObject<HTMLSpanElement | null>' is not assignable to type 'RefObject<HTMLSpanElement>'.
Type 'HTMLSpanElement | null' is not assignable to type 'HTMLSpanElement'.
Type 'null' is not assignable to type 'HTMLSpanElement'.
❯ test/components/connect.spec.tsx:2599:24
|
Loading