Jiangyue Zhu

Results 3 issues of Jiangyue Zhu

Hi, I'm using this addon to display a card list. Right now I have a polling service to pull the new card list from api every other hour. I can...

Fix errors when consumer "app" is an ember addon. Related to: https://github.com/ember-cli/ember-cli/issues/3718 ```sh Cannot read property 'options' of undefined TypeError: Cannot read property 'options' of undefined ```

I have an ember addon installing `ember-cli-svgstore`, when my addon consumed by a parent consuming app, I can see error: ```sh Cannot read property 'options' of undefined TypeError: Cannot read...