We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
After upgrading to 3.7.1, the following code is being evaluated as a React component and failing the react/display-name rule:
react/display-name
class NotAComponent extends MyCustomClass { get () { } }