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
Uses the new operator on RxError.newRxError, however RxError.newRxError is not a constructor. An additional error is then thrown, masking the original error.
The text was updated successfully, but these errors were encountered:
Case
Bug.
Issue
The code here:
rxdb/src/util.js
Lines 197 to 200 in 41cb52e
Uses the
new
operator onRxError.newRxError
, howeverRxError.newRxError
is not a constructor. An additional error is then thrown, masking the original error.The text was updated successfully, but these errors were encountered: