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
Fix Stateful#deliver() so that dcl.superCall() works as expected.
In other words, in the code below, computeProperties() and refreshRendering()
should be called *before* the ... code runs:
deliver: dcl.superCall(function (sup) {
return function () {
sup.apply(this, arguments);
...
};
})
0 commit comments