Why is there any description about strictRouteNames
?
#824
natsuki-engr
started this conversation in
General
Replies: 1 comment
-
Yeah, wondering that too, just walked through git blame to the PR to the discussion that led to it. Some documentation would be nice though :) Edit: Oh and your code didn't work, I created a // noinspection JSUnusedGlobalSymbols
declare module 'ziggy-js' {
interface TypeConfig {
strictRouteNames: true;
}
}
export {}; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It satisfies me to set
strictRouteNames
true asroute
function receives only route names exists.However, I couldn't see any section of this in anywhere in README.md, Issues, Disucssions.
Is it not recommended for any reason?
Beta Was this translation helpful? Give feedback.
All reactions