Max Stoiber
Max Stoiber
Yesss! I'll review all of your PRs later today, thank you for contributing!
You could try, but I don't know if it's worth going through all of that complexity/if it's possible. If it's not a lot of code though and/or you think you...
Hmm, I might've messed something up. Any ideas what the issue could be?
This works for me in my editor, so I'm unsure what your issue could be, to be completely honest with you!
Yep, this looks perfect! Mind submitting a PR? Thank you!
I'm also seeing this behavior in my app, interesting. Why does that not happen in the demo?!
Hey @whitejava are you going to update this PR with the changes requested above? Would be awesome to land this!
Yeah, this is a super annoying design choice by DraftJS—imo decorators should be bound per-editor not per-state. You'll have to make sure to always set the decorator on any new...
Can I somehow remove the built-in TypeScript support from `graphpack/babel`? I don't want that to accidentally interfere with any of the flow typings.
I see, makes sense! Maybe it's worth making that an option? ```JS module.exports = { presets: [ [['graphpack/babel', { types: 'flow' | 'typescript' | false }]], }; ```