Lennart

Results 132 comments of Lennart

@hasparus I think this was still a bad publish if you look at https://unpkg.com/browse/[email protected]/dist/theme-ui.cjs.js My unit tests + trying it out on a live site both fail with: ``` Error:...

@hasparus Cool! Don't feel rushed, it's not urgent on my end :)

@hasparus Thanks! Also all working fine on my end https://github.com/LekoArts/gatsby-themes/pull/989

Reading https://github.com/system-ui/theme-ui/issues/2330 - I think another breaking change could be to remove the `MDXProvider` from the `gatsby-plugin-theme-ui`. We've overhauled `gatsby-plugin-mdx` and it's more "barebones" to the other MDX implementations, so...

I'd probably loop in @fk to see if/what changes we'd want to make in context of Gatsby. So far I really like the design so atm I didn't see the...

For a more complete example one could also show how to mock out data pieces from Gatsby, e.g. `useStaticQuery` as shown here: https://github.com/LekoArts/portfolio-v2/blob/cfee562ca51f2927b85aeb6096f614d0d0491bd2/www/src/components/__tests__/seo.tsx

- [lekoats.de](https://www.lekoarts.de/) for animations when loading a page (`Spring`) - [gatsby-starter-portfolio-emma](https://emma.lekoarts.de/) uses `Trail` and does animations when loading a page - [gatsby-starter-portfolio-emilia](https://emilia.lekoarts.de/) uses `Spring` for page transitions and animations -...

The `devDependency` is not the problem, the `peerDependency` must be set to `^3.0.0`: https://github.com/TryGhost/gatsby-plugin-advanced-sitemap/blob/40754f15de8758b37e29d7a6b4ac8d59eb95ffb8/package.json#L32 I'd expect this to happen with https://github.com/TryGhost/gatsby-plugin-advanced-sitemap/issues/146

As part of this RFC/Initiative https://github.com/gatsbyjs/gatsby/discussions/35420 I have a WIP PR up for an initial implementation. I have support for `gatsby-node.ts` working. I'd be really happy if you could follow...