Greg McKelvey
Greg McKelvey
I'm also getting 3rd party issues. I thought I could side step it with `renderToString`, but then none of those elements get any of the tailwind css transformations needed to...
We are using `.svgrrc`, but our `svgo.config.js` is what breaks the cli. Put a PR to accept `.cjs` files so svgo configs can still be written in JS in these...
Oh my... I've been having issues with live share, but I can't see how they might be related! Removing live share fixed it for me as well 🤷
I did some more investigating because I noticed that there were tests for this situation. I looks like there may be 2 issues: - when a div has a responsive...
I needed to rollback all the way to 3.17.10 (which is the same as another lib I'm depending on...)
If you are the latest typescript and don't want to cast, here is a good excuse to use the `satisfies` keyword! ```ts const closeListeners = closeWithGrace({ delay: 500 }, async...
Closing as this appears to be fixed 🤷
I took a look at those repos, and I think I original talked about the wrong thing, a syntax highlighting implantation, which Hashicorp's [vscode-hcl](https://github.com/hashicorp/vscode-hcl/) already provides. They say they will...
I'm in a monorepo with other packages using zod, so if I use an exported schema in another package to combine it with that package's zod, that dependent package must...
Even with `@sanity/types` installed, it didn't seem to pick them up when I would compile with `tsc` 🤷 Thanks for leaving a comment on the ts issue!!