UNStats / gatsby-themes

Gatsby themes for @UNDataForum websites.
https://mockup.undataforum.vercel.app
6 stars 2 forks source link

Theme UI styles are not applied to MDX content #602

Closed maiertech closed 3 years ago

maiertech commented 3 years ago

This is a regression. Theme UI's styles object is not applied during MDX transformations.

Screen Shot 2020-12-07 at 5 47 31 PM

There is one ThemeProvider on the page that receives the correct theme prop with correct styles object. styles object should be automatically applied during MDX transformations, but it is not.

There are two nested MDXProviders on the page. The first one contains a non-empty components prop, the second one contains an empty components prop. Not clear where the second one is coming from.

maiertech commented 3 years ago

Underlying issue: https://github.com/system-ui/theme-ui/issues/1345.