Wes Bos
Wes Bos
I goofed around with it for a bit yesterday but I don't think hiding it is the issue.. If anyone is good ith the profiler on react dev tools, please...
yes please!
what sort of license should we use if it's people's data?
$4.50 CAD to accept my pull req. Conversion to take place at issue close.
@nimbupani does your bid include implementation of readme.min ?
I had this issue too - I ended up moving the gulpfile one level up, and then rsyncing it from there. make sure to specify **root** otherwise it will upload...
I bet you can bypass all the gatsby stuff and just use the remark plugin directly. I'm trying this right now. Anyone else have success?
Yeah that seems to have worked! In your gatsby-config.js, remove the plugin from `gatsbyRemarkPlugins` and add `remarkPlugins` to your `gatsby-plugin-mdx` options ```js remarkPlugins: [ [require('gatsby-remark-vscode').remarkPlugin, { theme: `Cobalt2`, extensions: [`theme-cobalt2`],...
I think this has to do with the Module not being shipped as CJS, or with a .MJS extension?
Yes, I used an alternative lazy import package for React.I forget the name, but it was the big one...