Skip to content
New issue

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

[Bug] Reproduces Type Errors Observed in 2.0.0-beta.20 (Variant #2) #82

Closed
wants to merge 5 commits into from

Conversation

sserrata
Copy link
Member

Description

Reproduces type errors referenced in facebook/docusaurus#7398.

This variation reproduces the TypeError: content.replace is not a function error after adding the following to the workspace demo site package.json:

"workspaces": {
    "nohoist": [
      "**@docusaurus",
      "**@docusaurus/**"
    ]
 },

@sserrata sserrata added bug Something isn't working DO NOT MERGE labels May 11, 2022
@sserrata
Copy link
Member Author

No-hoist did not have intended outcome nor should it be considered as possible solution

@sserrata sserrata closed this May 20, 2022
@sserrata sserrata deleted the reproduce-type-error-2 branch May 20, 2022 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working DO NOT MERGE wontfix This will not be worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant