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 was archived by the owner on Feb 14, 2023. It is now read-only.
In src/index.ts, the ReactN interface should not have Component and PureComponent defined, as these are defined in the namespace in order to maintain their generics.
The existence of this interface property prevents class MyComponent extends React.Component from being used with no generics.
TravisCI fails to build if they are missing in the interface, despite the build succeeding locally.
Investigate potential TypeScript version conflicts (delete all node modules and try local build again?)