Amit Singla
Amit Singla
same here. adding `neverReflow={true}` works
I'll try to work on it during this weekend
Started working on this but turns out it requires more work than I thought. Just moving the chip rendering under the 'error text' display does't work as the styling get's...
Would something like the following work? ``` git fame --concat 'git fame --branch=develop --repository=repo1' 'git fame --branch=develop --repository=repo2' 'git fame --branch=develop --repository=repo3' ``` The above command should then print the...
thanks @miskreant. i might have some time to submit a PR for 'informing the users where column is going to be dropped' so @KamranAsif, @wcjordan any ideas on how I...
After I added in the above config, I am now getting `Uncaught Error: Mismatched anonymous define() module` error. Any ideas on what is causing this and how to fix it?
I am not using any `define()` in es6 files. Take a look at the following ``` // file -> topPage/duck.js import {handleActions} from 'redux-actions'; const initialState = { test: 'hello...
just checked and `redux-actions` has a `define()` in it. What can I do now?
Actually I investigated a bit more and it seems like the `define()` call inside the `redux-actions` may not be a problem and nested imports is the problem because if I...
+1. This would be really useful. Also it would be good to have `node_modules` in the path. Any idea when this will be implemented? Great work on the project btw....