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
When i write command yarn dev and go to http://localhost:3001 app crashes,
Also I am getting following error on terminal:
(node:79907) [DEP0060] DeprecationWarning: The util._extend API is deprecated. Please use Object.assign() instead.
(Use node --trace-deprecation ... to show where the warning was created)
The text was updated successfully, but these errors were encountered:
When i write command yarn dev and go to http://localhost:3001 app crashes,
Also I am getting following error on terminal:
(node:79907) [DEP0060] DeprecationWarning: The
util._extend
API is deprecated. Please use Object.assign() instead.(Use
node --trace-deprecation ...
to show where the warning was created)The text was updated successfully, but these errors were encountered: