Open oliverjam opened 7 years ago
Your fetch function in the frontend doesn't handle the onerror event. It's probably fine here because you've hardcoded your endpoint, but might be worth making sure you handle in future.
onerror
Your fetch function in the frontend doesn't handle the
onerror
event. It's probably fine here because you've hardcoded your endpoint, but might be worth making sure you handle in future.