-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
Description
I got the error with flow in graphql@14.5.0. I do not get any error in graphql@14.4.2. Can someone help me? Or maybe you can remove this rule of flowlint?
$ /Users/hsuting/Desktop/work/core/node_modules/.bin/flow
Error ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ node_modules/graphql/type/definition.js.flow:4:13
Redundant argument. This argument doesn't change any lint settings.
1│ // @flow strict
2│
3│ // FIXME
4│ // flowlint deprecated-type: off
5│ import objectEntries from '../polyfills/objectEntries';
6│
7│ import inspect from '../jsutils/inspect';