fix(deps): update dependency @portabletext/editor to ^1.18.1 #6241
Annotations
11 warnings
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint:
packages/sanity/src/core/comments/plugin/input/components/CommentsPortableTextInput.tsx#L262
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
lint:
packages/sanity/src/core/comments/plugin/input/components/CommentsPortableTextInput.tsx#L441
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
lint:
packages/sanity/src/core/comments/plugin/input/components/CommentsPortableTextInput.tsx#L528
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
lint:
packages/sanity/src/core/comments/plugin/input/components/CommentsPortableTextInput.tsx#L561
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
lint:
packages/sanity/src/core/components/commandList/CommandList.tsx#L186
Reassigning a variable after render has completed can cause inconsistent behavior on subsequent renders. Consider using state instead
|
lint:
packages/sanity/src/core/form/inputs/PortableText/PortableTextInput.tsx#L295
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
lint:
packages/sanity/src/core/form/inputs/PortableText/PortableTextInput.tsx#L296
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
lint:
packages/sanity/src/core/form/inputs/PortableText/hooks/useMemberValidation.tsx#L36
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
lint:
packages/sanity/src/core/form/inputs/PortableText/hooks/useMemberValidation.tsx#L37
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
lint:
packages/sanity/src/core/form/inputs/PortableText/hooks/usePortableTextMembers.tsx#L119
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|