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
The unwrap intereceptor correctly detects when event is not dispatched with the correct signature. However, in order to help debug the problem, the error should include the id of the event, so that one can more easily find the handler implementation or more importantly, the dispatch point
Currently shows: re-frame: \"unwrap\" interceptor must be a vector of two elements \"[event-id payload-map]
The text was updated successfully, but these errors were encountered:
What do you suggest?
The
unwrap
intereceptor correctly detects when event is not dispatched with the correct signature. However, in order to help debug the problem, the error should include the id of the event, so that one can more easily find the handler implementation or more importantly, the dispatch pointCurrently shows:
re-frame: \"unwrap\" interceptor must be a vector of two elements \"[event-id payload-map]
The text was updated successfully, but these errors were encountered: