Mateusz Leonowicz

Results 13 comments of Mateusz Leonowicz

@aholachek Can you take a look? I believe there is no way we can make a PR for this, right? Files that decide what is published to npm are not...

I think this library is dead to be honest. Just get ready to replace it if you really want to migrate now

I didn't look around yet. I wasn't pushed to upgrade yet, since there is basically nothing new to be honest

I had keyframes with % and it still removed them. I had to disable.

Sorting is somewhat inconsistent in this lib. I was hoping for sorting on server side, so I turned manualSorting: true and hoped that the lib will help me with just...

Guys, you pass new instance of `data` with each render. `data` has to be stable. If you need empty array, at least declare it next to the component `const emptyArray...

Any news here? We're also getting a lot of errors coming from gtm scripts of our clients. We even setup `allowUrls` to be just `window.location.origin` + 2 of our company...

True, maybe GTM scripts of our clients just inject some other code directly into HTML and then they pose as normal `` tags from html. Although if the trace from...

I had this `e.toString is not a function` when having a css rule that was supposed to use a string path to png file. ``` import flags from 'intl-tel-input/build/img/flags.png'; const...