When I hit CTRL-C in `garden dev`, I get this erro...
# 💻|contributing
s
When I hit CTRL-C in
garden dev
, I get this error:
Copy code
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 Dev (/Users/ths/src/garden/core/build/src/commands/dev.js:100:22)
    at App (/Users/ths/src/garden/node_modules/ink/build/components/App.js:42:9)
^C%
  The
dev
command has logic that's intended to catch CTL-C / SIGINT, but it doesn't seem to be working right. CC @alert-helicopter-61082
c
I can take a look at this as I have some previous react experience
2 Views