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
{{ message }}
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.
Declaring a class that extends another class seems to work fine:
However, declaring that same class as a subclass of B, a property of C, results in an eslint error:
Flow finds no fault in the above code, and it executes fine, so I believe it should be recognized as valid syntax.
The text was updated successfully, but these errors were encountered: