Charles Kornoelje

Results 127 comments of Charles Kornoelje

Thanks, @funwithtriangles! I'll review it once you make that PR. I apologize that the latest release wasn't the most type-correct code so I appreciate your help.

This has been released as [v2.0.0-experimental.0](https://www.npmjs.com/package/zundo/v/2.0.0-experimental.0). You can install with `npm i zundo@experimental`. Please re-open if this issue is not solved! Thanks.

Hey all, [mdx-js/mdx v2](https://github.com/mdx-js/mdx/releases/tag/2.0.0) came out yesterday!

This would be a great feature to add! (Replying to bump this thread) Edit: Sorry, I realize now that commenting to bump is annoying and not helpful.

If you pin next to v12.2.2, does that fix the issue?

Sorry to hear that, thanks for the info!

I ran into a similar issue while using v10. KATT on the discord suggested the following. ```ts const useFooBar = (opts?: Parameters[1]) => { return trpc.foo.useQuery({ bar: 123 }, opts)...

From there, we could make a type utility to get the `opts` type.

I'd recommend downgrading your version of node. It doesn't look like Postcss Nesting supports Node v17 yet, plus most hosting providers only host Node v12 and v14, including Vercel.

@alexbu92, the @ sign is used as a path alias. Located in the `tsconfig.json`. This is so devs don't need to write out the relative path when importing modules.