-
-
Notifications
You must be signed in to change notification settings - Fork 150
@typescript-eslint/no-useless-constructor warning #89
Copy link
Copy link
Closed
Labels
internalPR that only changes internal functionalityPR that only changes internal functionalitypackage: react@stencil/react-output-target package@stencil/react-output-target package
Description
createComponent.txt's ReactComponent class includes a constructor that does nothing:
In a create-react-app project, ESLint complains about this:
Compiled with warnings.
./src/react-component-lib/createComponent.tsx
Line 39:5: Useless constructor @typescript-eslint/no-useless-constructor
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
internalPR that only changes internal functionalityPR that only changes internal functionalitypackage: react@stencil/react-output-target package@stencil/react-output-target package