🐛 Fix still will render to root in garfish
This commit is contained in:
parent
b18cfd6741
commit
7e1d8fc91a
@ -44,4 +44,7 @@ export const provider = () => ({
|
||||
}
|
||||
});
|
||||
|
||||
render(router, root!);
|
||||
// @ts-ignore
|
||||
if (!window.__GARFISH__) {
|
||||
render(router, root!);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user