dudyn5ky1

Results 8 comments of dudyn5ky1

Thanks for the report! Multiple renderred hidden inputs should not be happening from `2.1.1-alpha.0` version. Not sure about the second issue yet, will have to think about it.

Hey @st3v3nFr , Do you happen to remember which version of `select-pure` you used then? I can publish the latest "v1" file with the next version, this should help resolve...

I do believe that the issue comes from lit element. In the next iteration (v3) I plan to remove lit element completely.

Thanks for the report! The problem was with multiple hidden inputs inside the form. It should be fixed in `2.1.1-alpha.0`.

@davidhund sure thing, sorry for the delay. I'd be happy to review your PR

@davidhund yeah, definitely, you are correct. Will take a look at how to fix this soon.

If anyone wants a working module with a fix for a current issue - feel free to use `react-native-canvas-anonymous`. It it is a fork with just one change (`this.crossOrigin =...

@iddan To be honest, I've discovered another problem with `this.crossOrigin = 'anonymous'`. It prevents image from being loaded, I'm not sure yet why.