Skip to content

Commit

Permalink
fix(gatsby): remove jsx tag from comment (#39051)
Browse files Browse the repository at this point in the history
remove jsx tag from comment
  • Loading branch information
kathmbeck authored Jul 26, 2024
1 parent feeaa22 commit b86b00c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type ProcessWithPNP = NodeJS.ProcessVersions & { pnp?: string }
* If you see error like
*
* ModuleNotFoundError: Module not found: Error: Can't resolve 'prop-types'
* in '<site-directory>/.cache'
* in 'site-directory/.cache'
*
* it probably means this plugin is not enabled when it should be and there
* might be need to adjust conditions for setting `this.isEnabled` in the
Expand Down

0 comments on commit b86b00c

Please sign in to comment.