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
documentation.js is written around the JSDoc standard, which doesn't include @component. There are additional tags extended by TypeScript, but @component isn't one of them. Is there a tool or specification that defines this tag?
Lint reports that it does not recognize
@component
tag/home/projects/src/components/Image.js
8:1 warning unknown tag @component
It would make sense for React to have components recognized.
The text was updated successfully, but these errors were encountered: