[Glitch] Update devDependencies (non-major)
Port dc4427dc9b
to glitch-soc
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renaud Chaput <renchap@gmail.com>
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
main
parent
21e7a53ca5
commit
9324fbe984
|
@ -40,7 +40,7 @@ function render(
|
||||||
ui: React.ReactElement,
|
ui: React.ReactElement,
|
||||||
{ locale = 'en', signedIn = true, ...renderOptions } = {},
|
{ locale = 'en', signedIn = true, ...renderOptions } = {},
|
||||||
) {
|
) {
|
||||||
const Wrapper = (props: { children: React.ReactElement }) => {
|
const Wrapper = (props: { children: React.ReactNode }) => {
|
||||||
return (
|
return (
|
||||||
<MemoryRouter>
|
<MemoryRouter>
|
||||||
<IntlProvider locale={locale}>
|
<IntlProvider locale={locale}>
|
||||||
|
|
Loading…
Reference in New Issue