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
Our usage of crt-terminal to display a terminal in our docs is causing some issues with upgrading Docusaurus.
Dependabot has been trying to update our usage of Docusaurus to v3.x for a few months now but we can't (unless we want to see peer dependency warnings) because Docusaurus added peerDependencies constraints for React v18 and above (PR).
However we can't update to React v18 yet because of our usage of crt-terminal, which has a peerDependencies constraint of React v17 (source).
We should investigate removing the complexity of this terminal feature in favor some homegrown JS and CSS. Once that is complete, we can then upgrade Docusaurus to 3.x.
The text was updated successfully, but these errors were encountered:
Our usage of crt-terminal to display a terminal in our docs is causing some issues with upgrading Docusaurus.
Dependabot has been trying to update our usage of Docusaurus to v3.x for a few months now but we can't (unless we want to see peer dependency warnings) because Docusaurus added
peerDependencies
constraints for React v18 and above (PR).However we can't update to React v18 yet because of our usage of crt-terminal, which has a peerDependencies constraint of React v17 (source).
We should investigate removing the complexity of this terminal feature in favor some homegrown JS and CSS. Once that is complete, we can then upgrade Docusaurus to 3.x.
The text was updated successfully, but these errors were encountered: