@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.js CHANGED
@@ -154,7 +154,7 @@ function useChat(threadId, options = {}) {
154
154
  const updatedMessages = chunkMessageMerger.current.getMessages();
155
155
  setState((prev) => ({
156
156
  ...prev,
157
- interrupts: interrupt ? [interrupt] : void 0,
157
+ //interrupts: interrupt ? [interrupt] : undefined,
158
158
  todos: todos || prev.todos,
159
159
  messages: updatedMessages,
160
160
  isLoading: true,