You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the plugin configured for our project, but I'm getting this error from VersionBanner when I try to render any documentation page:
In our configuration, the latest and current docs are both at v5, whereas some Markdown docs are at v4. The API docs are per-package, with multiple packages, and none of them really need to be versioned (always showing API docs for only the latest version is probably fine).
I have the plugin configured for our project, but I'm getting this error from
VersionBanner
when I try to render any documentation page:In our configuration, the latest and current docs are both at v5, whereas some Markdown docs are at v4. The API docs are per-package, with multiple packages, and none of them really need to be versioned (always showing API docs for only the latest version is probably fine).
The problem is this line:
docusaurus-plugin-typedoc-api/packages/plugin/src/components/VersionBanner.tsx
Line 20 in 9169c0e
Where
latestVersion
isAnd docs is:
So
docs['XState v5']
does not exist.I'm using
patch-package
to bypassVersionBanner
for now. Wondering if there's a simple fix for this I'm overlooking?Project is here: statelyai/docs#288
The text was updated successfully, but these errors were encountered: