Skip to content

Commit

Permalink
⬆️(frontend) fix persistent choices nesting issue
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lebaudantoine committed Sep 17, 2024
1 parent fab08cf commit 582d377
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
31 changes: 16 additions & 15 deletions src/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 582d377

Please sign in to comment.