Gajus Kuizinas
Gajus Kuizinas
Any plans of dropping Node.js v16? Related: https://github.com/ardatan/graphql-tools/issues/5675
What is [useMeasureDirty](https://github.com/streamich/react-use/blob/master/src/useMeasureDirty.ts)? It is not exported anywhere.
Seems like there is an [associated PR to export `useMeasureDirty`](https://github.com/streamich/react-use/pull/1001).
@talarari The travis-ci test is failing.
> Redux 3 strictly requires a type property, and CRC and its validator strictly forbids it. Unfortunately. I have been meaning to come back to this for ages, but I...
> Sadly, because of the choice of name for actions rather than type (a choice which I prefer, in fairness), this is now flatly incompatible with Redux 3. We just...
http://stackoverflow.com/questions/4389932/how-do-you-disable-viewport-zooming-on-mobile-safari
Working on v2 of the spec. I am thinking of removing `CONSTRUCT` altogether in favour of providing a convenience function to build reducers and map actions. It will look something...
Thanks for contributing. This would need to pass the CI/CD checks to be considered for merging.
``` js this.cookieStore.getAllCookies((err, cookies) => { if (err) { reject(err); } else { resolve(cookies.map(phantomCookie)); } }); ```