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
Could you elaborate? When I simply did a require and new dojo.Deferred() it converted just fine, are you referring to the conversion from addCallback syntax to then?
This is actually another one that might be more of a rabbit hole than it first appears, given that if we wanted to convert fully to dojo/Deferred (which dojo.Deferred isn't), it would cause changes to the underlying API and would break any code using the old dojo/_base/Deferred behavior (such as addCallback). This is another one where I'd sooner err on the side of caution and not convert, rather than risk breaking people's code.
dojo.Deferred is not converting to dojo/Deferred.
The text was updated successfully, but these errors were encountered: