this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Downgrade valtio, re-render bugs

+5 -5
+4 -4
package-lock.json
··· 46 46 "use-debounce": "~10.0.4", 47 47 "use-long-press": "~3.2.0", 48 48 "use-resize-observer": "~9.1.0", 49 - "valtio": "2.1.0" 49 + "valtio": "2.0.0" 50 50 }, 51 51 "devDependencies": { 52 52 "@ianvs/prettier-plugin-sort-imports": "~4.3.1", ··· 10521 10521 "dev": true 10522 10522 }, 10523 10523 "node_modules/valtio": { 10524 - "version": "2.1.0", 10525 - "resolved": "https://registry.npmjs.org/valtio/-/valtio-2.1.0.tgz", 10526 - "integrity": "sha512-UryxkWilm5huamW8vNAvj7KLodPgSN5EVWcetwzcy8pVyc27tQ+RqSRmJ0zx/Cq219O7yqaNl12GcCSujoLDUw==", 10524 + "version": "2.0.0", 10525 + "resolved": "https://registry.npmjs.org/valtio/-/valtio-2.0.0.tgz", 10526 + "integrity": "sha512-SzUU5UUK/vBRfHWXihwkJE55YNj8zhOkzxPOexcz0xIIT6Oux5VLynCmzyME2bYuEWcktW2NTaaLbpUydEsHiw==", 10527 10527 "dependencies": { 10528 10528 "proxy-compare": "^3.0.0" 10529 10529 },
+1 -1
package.json
··· 54 54 "use-debounce": "~10.0.4", 55 55 "use-long-press": "~3.2.0", 56 56 "use-resize-observer": "~9.1.0", 57 - "valtio": "2.1.0" 57 + "valtio": "2.0.0" 58 58 }, 59 59 "devDependencies": { 60 60 "@ianvs/prettier-plugin-sort-imports": "~4.3.1",