@melony/react 0.1.40 → 0.1.41

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
@@ -784,7 +784,6 @@ var ThreadProvider = ({
784
784
  return null;
785
785
  },
786
786
  onSuccess: async () => {
787
- await queryClient.invalidateQueries({ queryKey: ["threads"] });
788
787
  await setActiveThreadId(null);
789
788
  }
790
789
  });