Reid Burke
Reid Burke
This change builds on #11 by upgrading the project's Babel dev dependencies to Babel 7 and updating tests. All tests are passing except one. See TODO section below. Various packages...
Use `err.code` for Node forward compatibility. The `errno` property of errors varies between Node v0.10.x and v0.12.x. Use the property `code` instead, which is the same across both versions and...
`@apollo/client-integration-react-router` is intended to be used with the React Router framework which uses the Vite build system. While this repository’s packages are ESM, `@apollo/client `is packaged as CommonJS. It must...
Upgrading to 5.2.0 triggered the following fatal error in the admin area. Rolling back to 5.1.7 resolved the problem. This may be a conflict between Matomo and [S3 Uploads](https://github.com/humanmade/S3-Uploads). The...