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
After cloning the project and npm install, npm start gives the following error:
Type 'Component<P, S>' has no properties in common with type 'ComponentLifecycle<P, S>'.
165 class Component<P, S> implements ComponentLifecycle<P, S> {
~~~~~~~~~
The text was updated successfully, but these errors were encountered:
After cloning the project and npm install, npm start gives the following error:
The text was updated successfully, but these errors were encountered: