TypeError: src is undefined Please report this to https://github.com/chjj/marked #927
Labels
help wanted
RR - refactor & re-engineer
Results in an improvement to developers using Marked, or end-users, or both.
OK -- I'm reporting it.
I'm calling this:
var rawMarkup = marked(this.props.some_text, {sanitize: true});
In some cases, some_text is undefined. I put a null check now, but maybe it shouldn't crash? I don't know.
The text was updated successfully, but these errors were encountered: