Answer the question
In order to leave comments, you need to log in
Module not found: Error: Can't resolve 'core-js?
This is the error that appears when trying to use fetch.
fetch('http://localhost:3000/ff/sign-up')
.then(result => result.json())
.then(result => console.log(result))
.catch((err) => console.log(err));
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question