Michał Kruk

Results 10 comments of Michał Kruk

Thanks for quick reply, you can try something like "c++" "test(" or any combination of regexp special chars that will not create a valid one could also move the regexp...

what I'm saying is quite simple, just `TypAhead.FILTER_SANITIZE_REGEXP = /..../` and use that later I guess browsers can optimize for inline regex use tho, so should not make much difference...

Hey, Found out what's really happening It will just call update and not create a new instance of inner component checked what happens if component would change and it cleans...

Yes it would appear so, the reason for this in my case is that I have a wrapper function around my components Also this will be the same for browsers...

Managed to solve it another way, when I'm using my wrapper instead of just wrapping my component factory I wrap the whole array and set the `key` property to unique...

The way I am thinking now would be sufficient is something like: ``` //define this somewhere var constructorIdProperty = Symbol ? Symbol('domchangerId') : '_domchangerId'; //maybe just '_domchangerId' to allow users...

I don't think it is actually that bad since all browsers except IE have basic Symbol implementation so the value will not clash with anything and will be hidden from...

sure, won't have time today, might do tomorrow though

Does not crash, all requests fail with this error tho. App cannot connect to any service

I can still see `Geomys` with empty logs array in the zip file and thats what this library uses