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
Start wrangler dev index.ts then immediately after ⬣ Listening at http://localhost:8787 appears, CTRL-C to break out. This error appears:
Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in a useEffect cleanup function.
at Remote (/home/jgentes/.nvm/versions/node/v16.13.2/lib/node_modules/wrangler/wrangler-dist/cli.js:117133:42)
at Dev (/home/jgentes/.nvm/versions/node/v16.13.2/lib/node_modules/wrangler/wrangler-dist/cli.js:117081:13)
at ErrorBoundary2 (/home/jgentes/.nvm/versions/node/v16.13.2/lib/node_modules/wrangler/wrangler-dist/cli.js:95934:39)
at withErrorBoundary(Dev)
at App (/home/jgentes/.nvm/versions/node/v16.13.2/lib/node_modules/wrangler/wrangler-dist/cli.js:78296:9)
The text was updated successfully, but these errors were encountered:
What version of
Wrangler
are you using?0.0.0-aacd1c2
What operating system are you using?
Ubuntu 20 (WSL)
Describe the Bug
Start
wrangler dev index.ts
then immediately after⬣ Listening at http://localhost:8787
appears, CTRL-C to break out. This error appears:The text was updated successfully, but these errors were encountered: