You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currerrently, parseURL('avatars0.githubusercontent.com') results into { pathname: 'avatars0.githubusercontent.com', search: '', hash: '' } whis is wrong! We might either add a fallback protocol or throw an error for this.
The text was updated successfully, but these errors were encountered:
Currerrently,
parseURL('avatars0.githubusercontent.com')
results into{ pathname: 'avatars0.githubusercontent.com', search: '', hash: '' }
whis is wrong! We might either add a fallback protocol or throw an error for this.The text was updated successfully, but these errors were encountered: