(key = state.active)
| 280 | const isReady = createMemo(() => ready() && !!state.active) |
| 281 | |
| 282 | const scope = (key = state.active) => ServerScope.fromServerKey(key, props.canonicalLocalServer) |
| 283 | const projects = createServerProjects({ scope, store, setStore }) |
| 284 | const projectStores = new Map<ServerConnection.Key, ReturnType<typeof createServerProjects>>() |
| 285 | const projectsForServer = (key: ServerConnection.Key) => { |