Max Stoiber

Results 289 comments of Max Stoiber

Yeah I'm running into this, even with the `dndPlugin` I can't seem to drag and drop images. (focussing them with the keyboard works though!)

I can't confirm this, I'm running a huge `create-react-app`-based app and it's working perfectly!

Thank you, I appreciate that! 😊

I fixed this in my fork, feel free to cherry-pick the commit to upstream: https://github.com/withspectrum/draft-js-markdown-plugin/pull/3 a4ef4ec

How is this coming along? 👀

🤔 Great catch, thanks! Will investigate.

Yeah I can't figure out why. I added querying for blogposts without the trailing slash and it shows ~190 likes, but my tweet has ~2k likes 🤔 Very confused, I...

I have tried that a bunch of times now, that's why it went from 0 to 191 :confused: Hm.

I have sort-of-ish fixed this by removing the webmention setup and storing the like count statically 😅 Better than looking broken...

I think it's because object rest spread into the `css` prop no longer works in the latest styled-components Babel plugin version: https://github.com/styled-components/babel-plugin-styled-components/issues/235 Can you try downgrading that? :pray: Thank you!