react-query icon indicating copy to clipboard operation
react-query copied to clipboard

fix: queryStatus types

Open Jayanth-Parthsarathy opened this issue 1 year ago • 0 comments

  • [x] Fixes wrong queryStatus types as in v5
  • [x] Changed types of queryStatus from type queryStatus = [#loading | #success | #error | #initialData] to type queryStatus = [#pending | #success | #error]

Jayanth-Parthsarathy avatar Jul 03 '24 11:07 Jayanth-Parthsarathy