team-gryff / react-monocle

A developer tool to visualize a React application's component hierarchy.
MIT License
2.45k stars 78 forks source link

double slash URLs #123

Closed xyc closed 8 years ago

xyc commented 8 years ago

https://github.com/team-gryff/react-monocle/blob/86566a1e2c1e9196625212ecff7dad65346c39b6/src/htmlParser.js#L22

Double slash URLs like below cannot be parsed:

<link href="//fonts.googleapis.com/css?family=Open+Sans:400,700,300&subset=latin,vietnamese" />
jerrymao15 commented 8 years ago

i'll give this a look, thanks for submitting

xyc commented 8 years ago

Thank you! @jerrymao15

jerrymao15 commented 8 years ago

@xyc added support in #128