beforeDestroy()

in src/components/agentic_chat/agentic_duo_chat.stories.js [134:137]


  beforeDestroy() {
    // Remove the event listener when the component is destroyed
    window.removeEventListener('resize', this.onWindowResize);
  },