cloudflare / workers.cloudflare.com

The Cloudflare Workers website.
https://workers.cloudflare.com
144 stars 36 forks source link

Fix latency test syntax #105

Closed kristianfreeman closed 4 years ago

kristianfreeman commented 4 years ago

This fixes an issue where the latency test component causes page transitions to fail when leaving the root route of the site. Turns out returning a promise as the response to useEffect is bad!