Error with flowlint in graphql@14.5.0
See original GitHub issueI 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';
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Flowlint Comments | Flow
Configuring lint settings with flowlint comments allows you to specify different settings within a file and different settings to different regions ofΒ ...
Read more >Flow error when using react-apollo Query component render ...
I get the following error from flow: Error:(151, 27) Cannot get 'data.posts' because property 'posts' is missing in object type [1].
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@HsuTing @gajus Iβm working on
14.5.1to fix this issue ASAP. ETA < 1hr.@IvanGoncharov Looks like this has come back?