Simon Sturmer

Results 59 comments of Simon Sturmer

@rpmonteiro: we're working on a solution for this which is tracked [here](https://github.com/sstur/draft-js-utils/pull/91).

Hey @yuxin1234, thanks for offering to help. I believe you can make a PR without any special access, let me know if you run into any issues. BTW, I think...

Note: this issue was previously being tracked in #255.

Right. When making a PR to a public/open-source repo you'll need to fork it first.

More details here: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork

For the time being, you will need to convert the raw (JSON-style structure) to an actual contentState (ImmutableJS-style structure) in order for stateToHTML to work. I think it would take...

You're right, this appears to be a bug. Those comments shouldn't be stripped away since they provide valuable editor hints to developers using this framework. I'm not sure if TypeScript...

I looked at this last month and came up empty. I have no idea why these comments are being stripped away by `tsc`. I'll try to find some time to...

Will do. I need to take one more pass at this to evaluate if the API is right and I need to see why the tests are failing. Will get...

Thanks for reporting @mariusrak. Is this Safari on macOS or Safari on iOS?