Pooria Atarzadeh
Pooria Atarzadeh
Hi all, I put the fixed version with addition of build files in [my github repo](https://github.com/p0o/react-loadable) so you can change your npm package to this if you need a quick...
@cnscorpions I think I built it with npm.
> So it is clear that we will be migrating off react-loadable at some point. I certainly understand the challenges of donating your time to an open source project. >...
Thank you both for answers. Right now I'm not persisting the tooltip part of my state so there shouldn't be a problem. The thing is I am not sure if...
@zalmoxisus this `toJSON` method looks very neat. Should I handle its execution by myself manually or there is a better way to do so? I believe you're doing it in...
Awesome @zalmoxisus that would solve my problem 100%. Mentioning that, @kuy I think it would be a good idea to add this method to actions and reducers of `redux-tooltip` so...
I managed to solve the problem by using plumber for error handling in the first stream of my livereload task. It will handle to exit the process properly. ``` javascript...
@leo Thank you for the hint. We dropped Livereload alongside with the whole gulp task runners from our project and replaced them with NPM scripts and Webpack. You may open...
Thank you very much. I will test it soon by the meantime can you please change your indention from tabs to 2 space which is the convention for this codebase.