Luis Manuel Averhoff
Luis Manuel Averhoff
Been trying to get this plugin to play nicely with react-native for a couple of days now and @entronad example was a huge help(didn't even have to reset the cache...
I've also experienced the same issue with `ember-simple-auth` stomping my TS application route class.
@Shajansheriff I think a better solution to this would be to move the close button outside of the div that has the onClick handler and absolutely position it to the...
@bjornharrtell The fix proposed by @Shajansheriff involves calling `event.stopPropagation` and that is only because he is using the `on` modifier which ignores parameters like `bubbles=false`, `preventDefault=false` etc unlike the `action`...
@cozmy How exactly do you use your `myAngular2React` function? From my understanding and after countless hours trying to render a very simple component template, a call to the module's component...
I'm using the latest version of inspire tree and so far the only type issue I'm getting is the following ```js Property 'find' in type 'TreeNodes' is not assignable to...
@mupkoo I have the same task in regards to polling a model but using findRecord instead of findAll with a dynamic id. In my case, I will have to call...
@donaldwasserman Take a look at issue #9 It would seem Installing core-js as a dependency fixed the issue. Hope that fixes your issue man.
@pzuraq Thanks for the update, will try it out some time next week and get back to you.
Yep, v2.0.1 helped resolve the issue for me.