@sanity/assist 6.1.2 → 6.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -3082,7 +3082,7 @@ function useCustomFieldActions(props) {
3082
3082
  const title = fieldActions?.title, customActions = configActions?.filter(isDefined).map((node) => createSafeNode({
3083
3083
  node,
3084
3084
  pushToast,
3085
- // oxlint-disable-next-line react-hooks-js/memo-dependencies
3085
+ // oxlint-disable-next-line react/react-compiler
3086
3086
  addSyntheticTask,
3087
3087
  removeSyntheticTask
3088
3088
  })).filter(isDefined), onlyGroups = customActions?.length && customActions?.every((node_0) => node_0.type === "group");