vaadin / copilot

1 stars 0 forks source link

[BUG] Log does not work with long messages #47

Closed Legioth closed 3 weeks ago

Legioth commented 3 weeks ago

Description of the Bug

Long error messages are not wrapped to multiple lines so that the entire message could be read without having a screen that is 10000 pixels wide.

Screenshot 2024-10-31 at 15 40 46

Expected Behavior

Expected the text to wrap.

Minimal Reproducible Example

  1. Add a <Button onClick={()=> console.error("Hello ".repeat(200)+ "world")} >Log long error</Button> to a Hilla view
  2. Click the button
  3. Open the Log panel in Copilot and click on the message summary.

Versions

MarcinVaadin commented 3 weeks ago

Issue already fixed, will be available in 24.5.3.