Fix design issues with recent react-intl upgrade (#25272)

This commit is contained in:
Claire 2023-06-05 09:52:36 +02:00 committed by GitHub
parent bacb674921
commit c2c396157f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,6 +48,7 @@ export const IntlProvider: React.FC<
locale={locale}
messages={messages}
onError={onProviderError}
textComponent='span'
{...props}
>
{children}