John Otander

Results 60 comments of John Otander

I'm inclined to think that Theme UI should go all in on ESM here and use something like [`tsup`](https://github.com/egoist/tsup) to build the packages rather than Preconstruct's faux-ESM. Since Theme UI...

The Components AI theme builder is compliant with Theme UI by design. One of our goals with our tooling is to be able to "speak" different frameworks and libraries (including...

Thanks @airtonix! This is looking great so far. I'm going to take this for a spin shortly. Btw, to fix the snapshot failure you can regenerate the snapshot with `npm...

Thanks for this @airtonix 🙏! I'll be reviewing and testing this PR sometime this week and will get a release cut.

Thanks for the detailed issue! I've gut a hunch it has to do with the global install, it seems to cause some weirdness with webpack module resolution. Could you try...

I'm just realizing it looks like your file (`index.js`) isn't in the `docs` directory? Is that the case? x0 can't handle the route of your project currently, it expects to...

I was able to reproduce this error as well, so that will help with debuggin. It appears to be an issue with some dependency resolution deep down the tree. Going...

Thanks for digging @vadimdemedes! Super weird. For x0 I believe it's a regression in react-live/buble that is causing the `tokTypes` error. We've seen the same thing in MDX Deck and...

I _think_ this might be related: https://github.com/Rich-Harris/buble/issues/159