We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c517e2 commit fb59fabCopy full SHA for fb59fab
src/view/view.ssr.controller.ts
@@ -87,7 +87,7 @@ export class ViewSSRController {
87
// Poly-fill some window functions here.
88
// eslint-disable-next-line @typescript-eslint/no-empty-function
89
dom.window.scrollTo = () => {};
90
- dom.window.fetch = fetch as typeof dom.window.fetch;
+ dom.window.fetch = fetch as unknown as typeof dom.window.fetch;
91
92
const timeout = setTimeout(() => {
93
this.logger.warn(
0 commit comments