We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is a error in you Versionised docs template as - TypeError: Cannot read properties of undefined (reading 'map')
error is in this file - lib\routes-config.ts (219:17) @ map
217 | export function getRoutesFlatten(v: Version) { 218 | const routes = getRoutesForVersion(v); > 219 | return routes.map((it) => getRecurrsiveAllLinks(it)).flat(); | ^ 220 | } 221 | 222 | export function getRoutesForVersion(v: Version) {
You have to Check that part as there is a problem in the versioning section,
Here is the Image of error.
I have created a fresh project and i have not chnaged a single word, And showing error
The text was updated successfully, but these errors were encountered:
Sure @nitiksh I will look into the issue, thank you for raising an issue
Sorry, something went wrong.
nisabmohd
No branches or pull requests
There is a error in you Versionised docs template as - TypeError: Cannot read properties of undefined (reading 'map')
error is in this file - lib\routes-config.ts (219:17) @ map
You have to Check that part as there is a problem in the versioning section,
Here is the Image of error.
I have created a fresh project and i have not chnaged a single word, And showing error
The text was updated successfully, but these errors were encountered: