You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the update! In my opinion, the best way to handle errors is to decompose the store state to hold errors when there is some. I will submit a PR with this new feature tomorrow. In the meantime, I will let @codediodeio give his thought on this approach 🙂
In the
<Doc>
component, if i pass an invalid ref, I get an error in the console, but currently, there is no way to show an error back to the user.I suspect the same might go for the
<Collection>
component.The text was updated successfully, but these errors were encountered: