McFixit

Results 2 comments of McFixit

I ran into this while using the markdown editor as a controlled component - my solution is to use a state value to drive the markdown editor within my component,...

Try using a regular expression literal instead of putting your pattern inside a string, e.g. `keepRemoved: [/\binterval\w*\b/]`