fix: Prevent duplicate chat creation in the web widget during latency (#10745)
This commit is contained in:
@@ -17,6 +17,7 @@ describe('#actions', () => {
|
||||
messages: [{ id: 1, content: 'This is a test message' }],
|
||||
},
|
||||
});
|
||||
|
||||
let windowSpy = vi.spyOn(window, 'window', 'get');
|
||||
windowSpy.mockImplementation(() => ({
|
||||
WOOT_WIDGET: {
|
||||
|
||||
Reference in New Issue
Block a user