Max Stoiber
Max Stoiber
Mind rebasing the changes? Thanks!
I like that @kof, that sounds reasonable. Provide a default theme, but make it easily overridable. Maybe have the default theme in the component itself, and make it customizable via...
@nikgraf :+1: I love that, especially with CSS Modules, i.e. ``` JS const customTheme = { questionMark: styles.questionMark, visibleContent: styles.visibleContent, }; ```
@hayes @JoviDeCroock could Pothos do this as one of the more fully featured options?! 😍
And you're from Vienna as well?! What are the chances! 🇦🇹 represent 😍
Can you try providing an initial state that has code blocks? I'm running into the same issue, but haven't been able to get a small reproduction in-if the initial state...
Yeah, basically in my app it doesn't work if I start out with an empty editor, but if I hydrate content from the server it highlights perfectly fine?
It's working for me now 🤷♂️ Our issue was that we were replacing the editor state, but decorators (what this plugin is using) are bound to the editor state in...
styled-components author here! :wave: styled-components _always_ attaches a style tag with the `data-styled` attribute. (that's how we find out which sites use it for [our showcase](https://styled-components.com/showcase) :wink:) Old versions (pre-v4...
Is this planned for launch? /cc @ai