⬆️(frontend) fix persistent choices nesting issue
Upgraded to livekit/components-react v2.5.4, fixing a bug in v2.5.3 that caused repeated nesting of persistent user choices, exhausting the quota. Thanks to Lukas for the quick fix.
This commit is contained in:
committed by
aleb_the_flash
parent
fab08cfaf8
commit
582d3774a4
@@ -13,7 +13,7 @@
|
||||
"check": "prettier --check ./src"
|
||||
},
|
||||
"dependencies": {
|
||||
"@livekit/components-react": "2.5.3",
|
||||
"@livekit/components-react": "2.5.4",
|
||||
"@livekit/components-styles": "1.1.2",
|
||||
"@pandacss/preset-panda": "0.46.0",
|
||||
"@react-aria/toast": "3.0.0-beta.15",
|
||||
|
||||
Reference in New Issue
Block a user