You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something changed between v24.0.6 and v25.0.0 to cause this exception:
Oops! Something went wrong! :(
ESLint: 7.0.0
Error: Unsupported function signature format.
Occurred while linting /[redacted]/graphql-react/src/universal/GraphQL.js:139
at getParamName (/[redacted]/graphql-react/node_modules/eslint-plugin-jsdoc/dist/jsdocUtils.js:173:11)
at /[redacted]/graphql-react/node_modules/eslint-plugin-jsdoc/dist/jsdocUtils.js:129:16
at Array.map (<anonymous>)
at getParamName (/[redacted]/graphql-react/node_modules/eslint-plugin-jsdoc/dist/jsdocUtils.js:128:32)
at /[redacted]/graphql-react/node_modules/eslint-plugin-jsdoc/dist/jsdocUtils.js:177:12
at Array.map (<anonymous>)
at Object.getFunctionParameterNames (/[redacted]/graphql-react/node_modules/eslint-plugin-jsdoc/dist/jsdocUtils.js:176:30)
at Object.utils.getFunctionParameterNames (/[redacted]/graphql-react/node_modules/eslint-plugin-jsdoc/dist/iterateJsdoc.js:182:32)
at _default.meta.fixable (/[redacted]/graphql-react/node_modules/eslint-plugin-jsdoc/dist/rules/checkParamNames.js:199:40)
at iterate (/[redacted]/graphql-react/node_modules/eslint-plugin-jsdoc/dist/iterateJsdoc.js:491:3)
However, until #530 may be fixed, note that you will not have the option of disabling the now reporting of destructured params (in your case, fetchOptions.url and fetchOptions.options). PR #532 is mostly ready to request this ability to disable; will see about finishing up the necessary work tomorrow.
Something changed between v24.0.6 and v25.0.0 to cause this exception:
Here is the doclet it has a problem with:
https://github.com/jaydenseric/graphql-react/blob/1bb884d0a9043f84727291c8580ab91fdc9ff196/src/universal/GraphQL.js#L139
The text was updated successfully, but these errors were encountered: