Results 5 comments of Gagandeep Singh (Gagan)

@thomcc I can help with this as well. Can you assign this to me?

@Jackbaude I don't think so. Feel free to grab it!

For me it doesn't work on Chrome, Firefox and Safari!! I tried it locally, same issue. OS: macOS Mojave(10.14.6)

@ljharb I have the same issue. #### JSX File: ```jsx /** @jsx jsx */ // ( Gatsby ); const TemplateWrapper = ({ children }) => ( {children} ); export default...

Seems like `/** @jsx jsx */` is causing the error. Error no longer appears after removing it. I think this can be closed unless @VanessaChu haven't resolved the issue.