Open zhujy8833 opened 7 years ago
I have an ember addon installing ember-cli-svgstore, when my addon consumed by a parent consuming app, I can see error:
ember-cli-svgstore
Cannot read property 'options' of undefined TypeError: Cannot read property 'options' of undefined
which points to [this line] (https://github.com/salsify/ember-cli-svgstore/blob/master/index.js#L15), where this.app is undefined
this.app
I have a PR opened just now: https://github.com/salsify/ember-cli-svgstore/pull/15, tested locally and seems able to resolve the issue
I have an ember addon installing
ember-cli-svgstore
, when my addon consumed by a parent consuming app, I can see error:which points to [this line] (https://github.com/salsify/ember-cli-svgstore/blob/master/index.js#L15), where
this.app
is undefinedI have a PR opened just now: https://github.com/salsify/ember-cli-svgstore/pull/15, tested locally and seems able to resolve the issue