fix(hooks): use uuid as pageId (#4658)

This commit is contained in:
Alex Yang
2023-10-18 22:14:41 -05:00
committed by GitHub
parent 97d8660a54
commit 9958baa843
3 changed files with 7 additions and 1 deletions

View File

@@ -10,7 +10,8 @@
"jotai": "^2.4.3",
"lodash.debounce": "^4.0.8",
"react": "18.2.0",
"swr": "2.2.4"
"swr": "2.2.4",
"uuid": "^9.0.1"
},
"devDependencies": {
"@affine/env": "workspace:*",