guide icon indicating copy to clipboard operation
guide copied to clipboard

📖 The GraphQL Guide website

Results 41 guide issues
Sort by recently updated
recently updated
newest added
trafficstars

I'm currently going through chapter 6, working with React. The start script sets environment variable named `EXTEND_ESLINT`, which on windows outputs the following error: > 'EXTEND_ESLINT' is not recognized as...

bug

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

Bumps [react-dev-utils](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-dev-utils) from 5.0.1 to 5.0.3. Commits 209053b Publish bf5a4bf Feed correct line number to gvim on launch (#5202) f0784fc Publish 2afcd4f Add license file to all packages (#5192) 789933c...

dependencies

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.0 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.11 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.1 to 1.19.6. Release notes Sourced from urijs's releases. 1.19.6 (February 13th 2021) SECURITY fixing URI.parse() to rewrite \ in scheme delimiter to / as Node and...

dependencies

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.16.2 to 1.18.1. Release notes Sourced from http-proxy's releases. Long overdue maintenance Due to some great contributions I'm happy to announce a new release of http-proxy containing...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...

dependencies

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies

How to fix this? ``` git checkout 28 npm test ``` `src/components/App.test.js` ```js import React from 'react' import App from './App' it('renders without crashing', () => { mockedRender() }) ```...

bug