Gavyn McKenzie
Gavyn McKenzie
Also running into this one with eslint 8.56.0. Edit: Adding some more detail. It looks like this error kicks in on [eslint 8.45.0](https://github.com/eslint/eslint/releases/tag/v8.45.0) Edit again: Stencil is expecting typed rules...
This caught me out when dependabot updated react, but not react-dom. React dom update fixed it.
I had to manually install the package in the root as well as apply the override as above
Also came across this. Converted the component over to composition API and it stopped finding my extra components. Oops!