feat(behavior): add select
event
#982
Annotations
11 warnings
check-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
check-lint:
packages/editor/src/editor/Editable.tsx#L120
[ReactCompilerBailout] Support value blocks (conditional, logical, optional chaining, etc) within a try/catch statement (@:630:8)
|
check-lint:
packages/editor/src/editor/components/Element.tsx#L66
[ReactCompilerBailout] Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef) (@:143:26)
|
check-lint:
packages/editor/src/editor/components/Element.tsx#L66
[ReactCompilerBailout] Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef) (@:176:34)
|
check-lint:
packages/editor/src/editor/components/Element.tsx#L66
[ReactCompilerBailout] Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef) (@:199:39)
|
check-lint:
packages/editor/src/editor/components/Element.tsx#L66
[ReactCompilerBailout] Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef) (@:222:6)
|
check-lint:
packages/editor/src/editor/components/Element.tsx#L66
[ReactCompilerBailout] Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef) (@:286:6)
|
check-lint:
packages/editor/src/editor/components/Element.tsx#L143
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
check-lint:
packages/editor/src/editor/components/Element.tsx#L176
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
check-lint:
packages/editor/src/editor/components/Element.tsx#L199
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
check-lint:
packages/editor/src/editor/components/Element.tsx#L222
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|