outline / rich-markdown-editor

The open source React and Prosemirror based markdown editor that powers Outline. Want to try it out? Create an account:
https://www.getoutline.com
BSD 3-Clause "New" or "Revised" License
2.87k stars 589 forks source link

fix: Youtube cast to boolean bug #461

Closed adeboyed closed 3 years ago

adeboyed commented 3 years ago

The !! before the url variable casts the value to a boolean, which means that the .match function is being called on a boolean rather than the original input string

adeboyed commented 3 years ago

Unsure whether you'd want !! to the end instead, so that it obeys the type standard