fixed useConnection hook, made derivedWarnings more specific, fixed updating when internals change
This commit is contained in:
@@ -23,8 +23,6 @@
|
||||
connectionLine?: Snippet;
|
||||
} = $props();
|
||||
|
||||
// $inspect(store.connection);
|
||||
|
||||
let path = $derived.by(() => {
|
||||
if (!store.connection.inProgress) {
|
||||
return '';
|
||||
|
||||
Reference in New Issue
Block a user