Hi

Results 53 comments of Hi

Yeah, so I just tried it on Node and it seems to work. But in Deno it will get stuck. ```js import { spinner } from '@clack/prompts' const spin =...

@eltigerchino, The lifecycle functions like `onDestroy` & `onMount` can't help us because they don't fire when a navigation starts loading. It only fires when the navigation is done loading and...