Jason Kurian
Jason Kurian
@edno and just to confirm I will need to add `@graphql-tools/url-loader` to my package deps right?
Verified that [`37150fb` (#622)](https://github.com/graphql-markdown/graphql-markdown/pull/622/commits/37150fb7d54340fe967737d20b1c82dc8dd2c423) works 🎉 haven't tried the latest commit yet :)
Using React testing library and the latest `apollo-mocked-provider` (at time of writing), we got it to work with: ```js jest.fn(() => new Date()), Query: () => ({ ... }), Mutation:...
FWIW I also tried `column-direction: reverse` with no success, but I might have gotten something wrong in the way I was setting things up.
So I've been trying to deal with this as well, and discovered this line: https://github.com/jcmcneal/react-step-wizard/blob/f9243d5697521459eb7609408ba701ac2e3abdb0/rollup.config.js#L42 @jcmcneal Is it possible to guarantee at least the "active" classname, so I can write...
Here's the PR on my fork that got everything working, but, I'd love to double check that I didn't remove anything that's actually necessary: https://github.com/JaKXz/jakxz.github.io/pull/23
@josh-collinsworth are you seeing this build error on the latest `main`? Maybe your local working state is different than what's committed? ``` file:///Users/jasonkurian/src/github.com/josh-collinsworth/sveltekit-blog-starter/node_modules/@sveltejs/kit/src/core/prerender/prerender.js:433 throw new Error( ^ Error: The following...
🤔 I just did a fresh clone and `npm i` (and it still failed)... curious what's different... 
Awesome! I'll close this :)
For even further in future issue hunters, I started out with `microbundle-crl` and eventually switched to: ``` "mb": "microbundle --jsx 'React.createElement' --jsxImportSource react --globals react/jsx-runtime=jsx --format modern,cjs", "build": "yarn run...