Spencer Gaston

Results 3 issues of Spencer Gaston

### Input ``` ``` ### Expected output ``` use [ xlinkHref "#989ow49vca" ] [] ``` ### Actual output ``` use [] [] ```

Problem: When an anchor node that has an `href` is reused by the virtualdom, it leaves an empty `href=""` attribute instead of removing the attribute. This causes clicks to reload...