@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.cjs CHANGED
@@ -805,7 +805,6 @@ var ThreadProvider = ({
805
805
  return null;
806
806
  },
807
807
  onSuccess: async () => {
808
- await queryClient.invalidateQueries({ queryKey: ["threads"] });
809
808
  await setActiveThreadId(null);
810
809
  }
811
810
  });