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
Solution: first define type state then declare component
Basically, createComponent returns something of type component 'state for a not yet defined 'state. Then state gets defined later and you get the error message.