From 8c5a8efc5fb1938fb1e5375fcfa7e8a60b8ed618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20S=C3=A1ros?= Date: Thu, 19 Oct 2023 14:01:49 +0200 Subject: [PATCH] WIP(ui-i18n): fix wrong type --- packages/ui-i18n/src/bidirectional.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui-i18n/src/bidirectional.tsx b/packages/ui-i18n/src/bidirectional.tsx index 989f519113..8a80766474 100644 --- a/packages/ui-i18n/src/bidirectional.tsx +++ b/packages/ui-i18n/src/bidirectional.tsx @@ -107,7 +107,7 @@ const bidirectional: BidirectionalType = decorator((ComposedComponent) => { } const BidirectionalForwardingRef: ForwardRefExoticComponent< - PropsWithoutRef & RefAttributes + PropsWithoutRef> & RefAttributes > & { originalType?: React.ComponentClass } = forwardRef((props, ref) => (