TypeError: super class is not an object

×
TypeError: The superclass is not an object.
Why this error appears? in my React App

You should import those imports from ‘react’ not ‘react-dom’

Got it, Thanks.