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 read the console error message carefully (if applicable).
Description
When running yarn build on the Docusaurus website, Component APITable was not imported, exported, or provided by MDXProvider as global scope is printed twice to the console. The import for APITable is missing in both versions of the no-untranslated-text.md files.
Docusaurus version used: version in the GitHub repository as of this commit
Environment name and version (e.g. Chrome 89, Node.js 16.4): Node.js 16.15
Operating system and version (e.g. Ubuntu 20.04.2 LTS): Ubuntu 20.04 LTS
Self-service
I'd be willing to fix this bug myself.
The text was updated successfully, but these errors were encountered:
dpang314
added
bug
An error in the Docusaurus core causing instability or issues with its execution
status: needs triage
This issue has not been triaged by maintainers
labels
Jun 9, 2022
Josh-Cena
added
documentation
The issue is related to the documentation of Docusaurus
and removed
bug
An error in the Docusaurus core causing instability or issues with its execution
status: needs triage
This issue has not been triaged by maintainers
labels
Jun 9, 2022
Thanks, the errors are in versioned_docs, the two api/misc/eslint-plugin/no-untranslated-text.md files. If you want to fix that by adding the missing imports it would be great. I didn't fix it because it would automatically be fixed after bumping another two versions, and we seldom edit versioned files unless absolutely needed.
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clear
oryarn clear
command.rm -rf node_modules yarn.lock package-lock.json
and re-installing packages.Description
When running
yarn build
on the Docusaurus website,Component APITable was not imported, exported, or provided by MDXProvider as global scope
is printed twice to the console. The import for APITable is missing in both versions of the no-untranslated-text.md files.Reproducible demo
No response
Steps to reproduce
yarn build
in the docusaurus repositoryExpected behavior
I did not expect
Component APITable was not imported, exported, or provided by MDXProvider as global scope
to be printed.Actual behavior
Component APITable was not imported, exported, or provided by MDXProvider as global scope
is printed to the console twice.Your environment
Self-service
The text was updated successfully, but these errors were encountered: