Open
Description
I'd love to use this in my isomorphic app, but I'm failing to integrate this.
When I specify onTouchTap
handlers to my components, they simply don't fire. So, for example, to use material-ui, I've had to replace all onTouchTap
's with onClick
's.
I'll give some info about the context in which I'm trying to inject this - maybe some of it will be useful:
I'm using server side rendering, and bundling all of the components for use in the browser using browserify. So that I can use a cdn and to reduce the size of my bundle, I don't just bundle in the server version of react from node_modules. I use browserify-shim to achieve this. It essentially substitutes all require('react')
's with window.React
in the browser bundle.
What could be the issue here?
Metadata
Metadata
Assignees
Labels
No labels