Richard Westenra

Results 5 issues of Richard Westenra

# Problem The refactoring in the v0.3.0 release from CommonJS exports to ES module exports causes syntax errors in environments that do not support ES6 syntax. I observed this when...

I've spent many hours trying to work out why my grunt-modernizr build no longer worked after setting up an old project on a new laptop. I get that breaking changes...

The master branch is 3 commits ahead (and 345 commits behind) gh-pages, because #389 was, I presume, accidentally(?) merged into master instead of gh-pages. Once this PR/branch is merged into...

> Warning: componentWillUpdate has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks for details. > > * Move data fetching code or side effects to componentDidUpdate. > *...