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
A nested transaction (another transaction called during this callback), if you intend to allow them, will throw a Cannot read property 'forEach' of undefined on line 65 because the queue is set to undefined by the nested tx after it runs. Perhaps set a flag and skip all this in nested txs or something?
The text was updated successfully, but these errors were encountered:
sinuous/packages/sinuous/observable/src/observable.js
Line 61 in 7c17491
A nested transaction (another transaction called during this callback), if you intend to allow them, will throw a
Cannot read property 'forEach' of undefined
on line 65 because the queue is set to undefined by the nested tx after it runs. Perhaps set a flag and skip all this in nested txs or something?The text was updated successfully, but these errors were encountered: