Closed Legioth closed 3 weeks ago
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.
Expected the text to wrap.
<Button onClick={()=> console.error("Hello ".repeat(200)+ "world")} >Log long error</Button>
Issue already fixed, will be available in 24.5.3.
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.
Expected Behavior
Expected the text to wrap.
Minimal Reproducible Example
<Button onClick={()=> console.error("Hello ".repeat(200)+ "world")} >Log long error</Button>
to a Hilla viewVersions