Peter ten Hoor

Results 9 comments of Peter ten Hoor

Can confirm that the package does not work on IE11. Console error: ```SCRIPT438: Object doesn't support property or method 'createRef'``` It happens when creating a ref: ``` return "debounce" ===...

Yes I got it working in IE11 by transpiling your node_module with my webpack setup: ``` { test: /\.js?$/, exclude: /node_modules\/(?![react\-lazy\-load\-image\-component])/, use: 'babel-loader' } ``` My .babelrc looks like this:...

Hi there, has sponge support been added at this point? Love the plugin!

The commit above works for sorting posts on custom taxonomy pages. Please merge :)

LinkedIn share is broken on Chrome Android but works in browser. I'm hiding the button on touch devices!

Thanks @piotr-bajer and @mvdhoek1. Your code helped me fix the network media library when updating featured images within subsites with the Gutenberg editor 💯

Well done, I can confirm that the proptypes warning is fixed! The error when morphing two elements which are in the same DOM level is the following: ``` Uncaught (in...

There was no way to fix this using the options prop. I ended up quickfixing it by adding a CSS class to the Hammer component and overwriting the hammer CSS:...