Hyperspeed POC #2031
Annotations
5 warnings
lint:
packages/sanity/src/core/components/commandList/CommandList.tsx#L309
This mutates a variable that React considers immutable
|
lint:
packages/sanity/src/core/form/inputs/PortableText/object/Annotation.tsx#L228
Mutating a value returned from a function whose return value should not be mutated
|
lint:
packages/sanity/src/core/hooks/useUserListWithPermissions.ts#L99
Unexpected reassignment of a variable which was defined outside of the component. Components and hooks should be pure and side-effect free, but variable reassignment is a form of side-effect. If this variable is used in rendering, use useState instead. (https://react.dev/reference/rules/components-and-hooks-must-be-pure#side-effects-must-run-outside-of-render)
|
lint:
packages/sanity/src/core/studio/components/navbar/search/components/filters/filter/inputs/date/DateLast.tsx#L42
This mutates a variable that React considers immutable
|
lint:
packages/sanity/src/structure/panes/document/DocumentInspectorMenuItemsResolver.tsx#L40
This mutates a variable that React considers immutable
|