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
If the default resolver is not included, the try/catch in the resolve patch will throw before patching Ember Data and never resolve correctly. We should replace the try/catch entirely with a checking the module registry directly to see if the packages exist, before patching them.
The text was updated successfully, but these errors were encountered:
If the default resolver is not included, the
try/catch
in theresolve
patch will throw before patching Ember Data and never resolve correctly. We should replace thetry/catch
entirely with a checking the module registry directly to see if the packages exist, before patching them.The text was updated successfully, but these errors were encountered: