Solara Error
Hey 👋 ,
I have encountered a problem that I have not found in Github issues or on discord. I created a page that has a form with a dozen fields (select, input, slider) and a button at the very bottom of the page. When it is clicked, these fields are validated (that the values are not empty, etc.) and during if an exception is thrown I run solara.Error(label='message') however it is not visible anywhere (I am sure it goes into the except block in try except).
I paste the simplified code below.
Any help would be appreciated! 🫂
1 Reply
I solved the problem! Below I paste the solution should anyone ever run into a similar problem: