0
0
Fork 0

Update devDependencies (non-major) (#29089)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renaud Chaput <renchap@gmail.com>
This commit is contained in:
renovate[bot] 2024-02-27 17:07:43 +01:00 committed by GitHub
parent 899eac1a92
commit dc4427dc9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 46 additions and 46 deletions

View file

@ -40,7 +40,7 @@ function render(
ui: React.ReactElement,
{ locale = 'en', signedIn = true, ...renderOptions } = {},
) {
const Wrapper = (props: { children: React.ReactElement }) => {
const Wrapper = (props: { children: React.ReactNode }) => {
return (
<MemoryRouter>
<IntlProvider locale={locale}>