Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(gatsby-plugin-emotion): allow for React.Fragment shorthand syntax (…
…gatsbyjs#10291) This change resolves the following error thrown by `@babel/plugin-transform-react-jsx` when using the React.Fragment shorthand syntax (`<> </>`) in conjunction with emotion v10 and `gatsby-plugin-emotion` v3: ``` Error: transform-react-jsx: pragma has been set but pragmafrag has not been set ```
- Loading branch information