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
When subscribing to a flux connection, if you leave out the onError callback and there is an error, Hilla will throw the error and you can see what it is in the console. However, if you provide a callback and there is an error, you will only know that there is an error but you have no idea what it is.
Describe the solution you'd like
Either Hilla should log the error regardless of whether there is a callback or not, or the error should be passed as a parameter to the callback.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe your motivation
When subscribing to a flux connection, if you leave out the
onError
callback and there is an error, Hilla will throw the error and you can see what it is in the console. However, if you provide a callback and there is an error, you will only know that there is an error but you have no idea what it is.Describe the solution you'd like
Either Hilla should log the error regardless of whether there is a callback or not, or the error should be passed as a parameter to the callback.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: