Skip to content

Commit

Permalink
fix(gatsby): remove jsx from comment (#36855)
Browse files Browse the repository at this point in the history
remove jsx from comment
  • Loading branch information
kathmbeck committed Oct 20, 2022
1 parent b27f521 commit 86fa2b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { ObjectProperty } from "@babel/types"
import { store } from "../../redux"

/**
* This is a plugin that finds <Slice> placeholder components and injects the __renderedByLocation prop
* This is a plugin that finds Slice placeholder components and injects the __renderedByLocation prop
* with filename and location in the file where the placeholder was found. This is later used to provide
* more useful error messages when the user props are invalid showing codeframe where user tries to render it
* instead of codeframe of the Slice component itself (internals of gatsby) that is not useful for the user.
Expand Down

0 comments on commit 86fa2b1

Please sign in to comment.