Daniel K.
Daniel K.
[`A Complete Guide to useEffect`](https://overreacted.io/a-complete-guide-to-useeffect/) touches this subject quite a lot too. Really recommend reading it through, it was an eye opener for me.
I am also running into this issue on Linux where `ready` is fired pretty much immediatelly before any files are reported to be watched. Also the `getWatched()` is empty in...
I tried to debug this a little. It's happening in here... https://github.com/paulmillr/chokidar/blob/0d7287341c579a8b5f550e7c5350cd2f480db5ae/index.js#L445-L447 ~~I am not sure how is the `_addToNodeFs` supposed to work, but it resolves sooner only considering paths...
Now I see this is related to #18 too.
Personally I don't think it should use `postcss` at all. If you see my PR #19, I simply used NodeLinter to call stylelint directly. I am using that for like...
Well, the `Map` is part of ES6, so most likely you have outdated NodeJS. I am not entirely sure how to find which version supports these new collections, but just...
Well but that's not really NVM or this package related. Error itself pops from the `stylelint` itself which is written using ES6. So if anything you can complain there that...
As I already mentioned somewhere else ... I would like to contribute, however seeing this project is almost dead already, I don't feel like it's worth the time. Did everyone...
I totally understand it's not like the main project you want to invest too much time into. In that case, it might been better to just keep it private instead...
> First of all, for the best of my knowledge react-google-maps doesn't have any tests either. Fair enough, there are a few basic tests, but probably not that useful. >...