@axiom-lattice/react-sdk 2.1.2 → 2.1.3

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.mjs CHANGED
@@ -101,7 +101,7 @@ function useChat(threadId, options = {}) {
101
101
  const updatedMessages = chunkMessageMerger.current.getMessages();
102
102
  setState((prev) => ({
103
103
  ...prev,
104
- interrupts: interrupt ? [interrupt] : void 0,
104
+ //interrupts: interrupt ? [interrupt] : undefined,
105
105
  todos: todos || prev.todos,
106
106
  messages: updatedMessages,
107
107
  isLoading: true,