mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-17 23:34:14 +01:00
Prepare for upgrade to React 19
Co-authored-by: ayumi-signal <ayumi@signal.org>
This commit is contained in:
@@ -25,7 +25,7 @@ export type FunStickerPickerProps = Readonly<{
|
||||
|
||||
export const FunStickerPicker = memo(function FunStickerPicker(
|
||||
props: FunStickerPickerProps
|
||||
): JSX.Element {
|
||||
): React.JSX.Element {
|
||||
const { onOpenChange } = props;
|
||||
const fun = useFunContext();
|
||||
const { onOpenChange: onFunOpenChange } = fun;
|
||||
|
||||
Reference in New Issue
Block a user