UNPKG

@shopify/react-form

Version:

Manage React forms tersely and safely-typed with no magic using React hooks

6 lines (4 loc) 155 B
function useDynamicListDirty(lists) { return lists ? Object.entries(lists).some(([key]) => lists[key].dirty) : false; } export { useDynamicListDirty };