Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: VariableDeclarator ASTNodes are not handled by markPropTypesAsUsed #2322

Closed
janryWang opened this issue Jun 24, 2019 · 6 comments
Closed

Comments

@janryWang
Copy link

const Box = ({fieldItem})=>{
   const { key, title } = fieldItem //this will throw error
   return ....
}

@golopot
Copy link
Contributor

golopot commented Jun 24, 2019

Duplicate of #2319. Fix is merged in master but waiting for release.

@janryWang
Copy link
Author

ok, thanks

@janryWang
Copy link
Author

When is it possible to release this fixed version? @ljharb

@janryWang janryWang reopened this Jun 24, 2019
@ljharb
Copy link
Member

ljharb commented Jun 24, 2019

Not sure yet; but issues remain closed when it's fixed in master, not when it's released.

@ljharb ljharb closed this as completed Jun 24, 2019
@rmlzy
Copy link

rmlzy commented Jun 24, 2019

I temporarily downgraded to version 7.13.0, I'm confused why webstorm's eslint plug-in failed

@rmlzy
Copy link

rmlzy commented Jun 24, 2019

I remove .idea, and restart, ws working correctly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants