You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These styles are not applied to the heading tags in the DOM (no class is appended).
I debugged this issue and found this commit a9384b0.
Removing the MDXProvider from the Layout fixes the issue, but I don't know if it breaks something else. In my project everything is still working (and the styles are applied).
The text was updated successfully, but these errors were encountered:
In a docz project I tried to change some styles and encountered some buggy behavior of the theme.
The current theme already applies styles to headings
https://github.com/doczjs/docz/blob/main/core/gatsby-theme-docz/src/theme/styles.js
These styles are not applied to the heading tags in the DOM (no class is appended).
I debugged this issue and found this commit a9384b0.
Removing the
MDXProvider
from the Layout fixes the issue, but I don't know if it breaks something else. In my project everything is still working (and the styles are applied).The text was updated successfully, but these errors were encountered: