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 65bc888 commit 302ef03Copy full SHA for 302ef03
src/compiler.ts
@@ -37,7 +37,7 @@ export function compileRouter<T>(
37
* const router = createRouter();
38
* // [add some routes with serializable data]
39
* const compilerCode = compileRouterToString(router, "findRoute");
40
- * // "const findRoute=(m, m) => {}"
+ * // "const findRoute=(m, p) => {}"
41
*/
42
export function compileRouterToString(
43
router: RouterContext,
0 commit comments