mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-14 08:19:05 +00:00
[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>
This commit is contained in:
@@ -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}>
|
||||||
|
|||||||
Reference in New Issue
Block a user