fix(app): separate provider lifetimes and reactive ownership (#33739)

This commit is contained in:
Luke Parker
2026-06-25 14:42:06 +10:00
committed by GitHub
parent dc569b5a5f
commit cfd75d62fe
37 changed files with 837 additions and 273 deletions

View File

@@ -1 +1,5 @@
["client-error.ts", "client.ts", "index.ts"]
[
"client-error.ts",
"client.ts",
"index.ts"
]

View File

@@ -1 +1,6 @@
["client-error.ts", "client.ts", "index.ts", "types.ts"]
[
"client-error.ts",
"client.ts",
"index.ts",
"types.ts"
]