Harsh Maur
Harsh Maur
I will create a PR that hides the arrow.
Didnt know there is an active discussion going on in this. These are still an issue. https://cl.ly/2u2M1x183E2p
@linde12 I am not sure how replacing would work with material-ui as it tightly integrates with onTouchTap events. The source code also contains their own modifiers like onActionTouchTap events and...
@linde12 Totally agreed with your point.
@developit the latter. material-ui works without react-tap-event-plugin but it wants it to be installed separately. If there is a custom lib that provides for `onTouchTap`, IMO material-ui should work fine....
npm complaining wouldnt be a problem if aliasing works.
Hi @developit, I created it into a file and imported it in my webpack config and aliased it. I get an error like this ``` ERROR in ./src/index.js Module not...
Hey, I was wondering, dont you think, if we update the config and the data using state, the whole graph would rerender? Instead `.update` method has to be used to...
That makes sense! However I am not sure if you are going to include it in the library itself? This is doable if I use connectors.
So I was thinking about this, In React-Instantsearch, every `single` change is triggered by a `refine`, Would it be possible that multiple `refines` can be clubbed together and made a...