Mike Auclair

Results 4 comments of Mike Auclair
trafficstars

What about '>= 3.0.0', '< 3.2.0' to prevent it from working with a hypothetical 3.2.0 without verification?

More context: We use `ecma-version-validator-webpack-plugin` to pin our outputs to ES5 and it looks like the version of `dynamicImport.js` in the es5 build contains an un-transpiled `import()`

I was running into this as well; turns out I wasn't setting collectionKey for a given model, so ember-model was trying to treat the entire json payload as an array...

> I'd like it to be separated from #1614, they're not dependant on one another, right? I honestly don't remember if they are or are not given how long it's...