This commit is contained in:
Half-Shot
2024-11-08 16:10:17 +00:00
parent 689f94b7e5
commit a6d1edbc7d
2 changed files with 1 additions and 4 deletions

View File

@@ -25,6 +25,7 @@
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.0",
"@formatjs/intl-durationformat": "^0.6.1",
"@formatjs/intl-segmenter": "^11.7.3",
"@livekit/components-core": "^0.11.0",
"@livekit/components-react": "^2.0.0",
"@opentelemetry/api": "^1.4.0",
@@ -116,8 +117,5 @@
},
"resolutions": {
"strip-ansi": "6.0.1"
},
"dependencies": {
"@formatjs/intl-segmenter": "^11.7.3"
}
}

View File

@@ -259,7 +259,6 @@ export function ReactionToggleButton({
);
setErrorText(undefined);
setShowReactionsMenu(false);
// Do NOT close the menu after this.
} catch (ex) {
setErrorText(ex instanceof Error ? ex.message : "Unknown error");
logger.error("Failed to send reaction", ex);