Gabriel Max
Gabriel Max
I have one request. Please add a method to update the settings on existing Grid instance. I want to update for example the layout, now I have to explicitly set...
I can confirm this. Same error. Service is not bing injected. It doen't exists and return undefined. Edit: Same config. Not using @ember-decorators/babel-transforms. Not sure if it helps, but I've...
Ok, I just found out that this his something to do with flow plugin. After removing plugin from the plugins definition, the service gets injected. However I still have the...
I even tried to tweak the compiler options, but no luck, it still doesn't export anything... everything is hidden behind namespace without any module export... ``` "compilerOptions": { "target": "es5",...