feat: global reactive updates to data

This commit is contained in:
Aleksi Lassila
2025-02-07 19:38:15 +02:00
parent 85794d33e0
commit f50efe69ea
17 changed files with 237 additions and 361 deletions

View File

@@ -304,4 +304,3 @@ export const stackRouter = useStackRouter({
export const navigate = stackRouter.navigate;
export const back = stackRouter.back;
stackRouter.subscribe(console.log);