Steven Masala
Steven Masala
@wing328 any news on this? Thanks
Also very handy if you're reaching quota limits and you can't create new resources because it only deletes the olds ones after attempting to create new ones.
We've got a similar issue. We'd liked to bump the app version because a library has some changes made to it and need to build and redeploy the application with...
Yea unfortunately the only solution we should was to stick the component inside a `ngIf="showSlider"` and rerender the component on-the-fly. ```typescript this.showSlider = false; setTimeout(() => { this.showSlider = true;...
> > Turns out it was down to the translation service working in a non-singleton context and therefore loosing the translations at some point down the line 🤷♂️ > >...
I can confirm this after upgrading `export 'ReactComponent' (reexported as 'MyIcon') was not found in './icons/MyIcon.svg' (possible exports: default)`
@njmullen are you able to replicate this in a jsfiddle or similar?
Can you give me an example and what the exact issue is. Thanks
@YehudahA Is this something you'd like to create a PR for?
@YehudahA feel free to contact me via **https://gitter.im**