bug(theme-classic): error TS7008 Member 'permalink' implicitly has an 'any' type. #5785
Closed
4 of 5 tasks
Labels
bug
An error in the Docusaurus core causing instability or issues with its execution
🐛 Bug Report
Prerequisites
npm run clear
oryarn clear
command.rm -rf node_modules yarn.lock package-lock.json
and re-installing packages.Description
When trying to compile with typescript:
Specifically, I'm using docusaurus-plugin-typedoc.
The fix would be to ad a type to
permalink
on line 781 of theme-classic/src/types.d.tsThe text was updated successfully, but these errors were encountered: