Non-default resolver can cause bugs
pzuraq opened this issue · 0 comments
pzuraq commented
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.