Julien Corazza
Julien Corazza
Same bug here. I just found out that removing the following line (line 282) from /lib/index.js from re-resizable library solves the problem. ` element.style.height = '100%';` If you don't want...
I didn't find anything in npm packages. Is it available?
I'll keep trying to install it (or just make it work) in the next hours. If I find anything, I'll let you know!
Yes. I just did that and it worked! I added in my root react component componentDidMount(){ injectTapEventPlugin(); let script = document.createElement('script'); script.src = "css-polyfills.min.js"; script.type = "text/javascript"; document.getElementsByTagName('body')[0].appendChild(script); } And...
Any update on this matter ? I tried correcting the issue but without any luck...
Well, what a fool I am. I was trying to fix the module itself. I didn't understand I was supposed to take your sandbox and create a module of my...