@gaddario98/react-core 2.1.6 → 2.1.7

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.
@@ -1488,7 +1488,7 @@ function useFormData({
1488
1488
  useEffect(() => {
1489
1489
  if (!(form === null || form === void 0 ? void 0 : form.defaultValueQueryKey)) {
1490
1490
  // setDefaultValueQuery(form?.defaultValues)
1491
- return;
1491
+ return () => {};
1492
1492
  }
1493
1493
  queryClient.getQueryData(form.defaultValueQueryKey);
1494
1494
  const observer = new QueryObserver(queryClient, {