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 is a followup to #2121, which tracked a regression in which this error became uncaught and broke user-facing behavior. The proximate cause of that regression was #1954, although through no fault of that PR; my guess is that we are missing graceful uncaught error handling logic in our redux-logic integration. So, a fix for this issue should:
Fix the specific TypeError here
Add graceful handling for uncaught errors in logics
@outoftime I think I saw a recent reoccurrence of this error on the #errors slack channel after we started sending the sources up to Bugsnag. Any chance I could get a screenshot of what those sources might be and maybe we can resolve this issue? Thanks!
This is a followup to #2121, which tracked a regression in which this error became uncaught and broke user-facing behavior. The proximate cause of that regression was #1954, although through no fault of that PR; my guess is that we are missing graceful uncaught error handling logic in our redux-logic integration. So, a fix for this issue should:
TypeError
hereError in Popcode
TypeError in /
Cannot read property 'toString' of undefined
View on Bugsnag
Stacktrace
View full stacktrace
Created by Matthew Brown via Bugsnag
The text was updated successfully, but these errors were encountered: