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
import{Component}from'react';classWorkingextendsComponent{state={// Unused state field: 'dummy'dummy: null};}constwrap=x=>x;wrap(classNotWorkingextendsComponent{state={// No errordummy: null};});
The text was updated successfully, but these errors were encountered:
eslint v5.15.1
eslint-plugin-react v7.12.4
The text was updated successfully, but these errors were encountered: