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
This results in the downstream error of <MyComponent was created without expected prop 'my_prop'>, which hides the core issue (that the prop you passed in was not Jason decodable).
Unless I'm missing something, two options:
Log out on error
Raise on error
What do you think? 🙏
The text was updated successfully, but these errors were encountered:
Any particular reason to silently ignore
Jason.decode
errors here?https://github.com/woutdp/live_svelte/blob/master/lib/component.ex#L129
This results in the downstream error of
<MyComponent was created without expected prop 'my_prop'>
, which hides the core issue (that the prop you passed in was not Jason decodable).Unless I'm missing something, two options:
What do you think? 🙏
The text was updated successfully, but these errors were encountered: