fix: restore recent test regressions and upgrade effect beta (#18158)
This commit is contained in:
parent
81be544981
commit
5d2f8d77f9
11 changed files with 79 additions and 46 deletions
|
|
@ -566,6 +566,7 @@ export default function Layout(props: ParentProps) {
|
|||
const [autoselecting] = createResource(async () => {
|
||||
await ready.promise
|
||||
await layout.ready.promise
|
||||
if (!untrack(() => state.autoselect)) return
|
||||
|
||||
const list = layout.projects.list()
|
||||
const last = server.projects.last()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue