https://garden.io logo
When I hit CTRL C in `garden dev` I get
s

swift-garage-61180

05/02/2023, 9:43 AM
When I hit CTRL-C in
garden dev
, I get this error:
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

calm-family-29323

05/02/2023, 9:44 AM
I can take a look at this as I have some previous react experience