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 ecb5b84 commit 3ee61c9Copy full SHA for 3ee61c9
src/server-router.tsx
@@ -1,7 +1,7 @@
1
import * as React from 'react';
2
import * as PropTypes from 'prop-types';
3
import Router, { initParams, initResult } from './router';
4
-import serialize from 'serialize-javascript';
+import * as serialize from 'serialize-javascript';
5
6
export default class ServerRouter extends Router {
7
static async init(opts: initParams): Promise<initResult> {
0 commit comments