I was just contributing to the docs a few minutes ago and after running
yarn check
got this warning
#### "The prop value with an expression type of SequenceExpression could not be resolved. Please file issue to get this fixed immediately." .
Thought I'd let you know.
Do you mean yarn lint?
I get this as well, seems to be an eslint issue. Do you want to upgrade our eslint version to see if it fixes it?

I meant
yarn check-all
I tried upgrading eslint. No help!
https://github.com/jsx-eslint/jsx-ast-utils/issues/95 could be the issue blocking.
jsx-eslint/jsx-ast-utils#101 was merged & should fix this.
@rrhg do you want to submit the PR to upgrade?
I can try. If someone could provide some guidance that would be great. Thanks.
@rrhg first step would be to figure out which dependency is using it and get that package to publish an upgraded version with the fix, then upgrade the version we use.
Did some research & if I understand correctly, the 2 dependencies using it are eslint-plugin-react & eslint-plugin-jsx-a11y.
eslint-plugin-react has a newer release tag (v7.21.4) that updated jsx-ast-utils to 3.0.0 & should fix this.
But for eslint-plugin-jsx-a11y, we have to wait for an active branch (v6.4.0) to be merged. Apparently it should be ready soon.
Thanks for looking into it @rrhg!
Please update this thread if this already fixed. thanks
Most helpful comment
Did some research & if I understand correctly, the 2 dependencies using it are eslint-plugin-react & eslint-plugin-jsx-a11y.
eslint-plugin-react has a newer release tag (v7.21.4) that updated jsx-ast-utils to 3.0.0 & should fix this.
But for eslint-plugin-jsx-a11y, we have to wait for an active branch (v6.4.0) to be merged. Apparently it should be ready soon.