Skip to content
Snippets Groups Projects
Unverified Commit c2c39615 authored by Claire's avatar Claire Committed by GitHub
Browse files

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

parent bacb6749
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,7 @@ export const IntlProvider: React.FC<
locale={locale}
messages={messages}
onError={onProviderError}
textComponent='span'
{...props}
>
{children}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment