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
I'm not sure how this is the case, but I'm still getting an error thrown even when allowUnknownTLD is set to true.
As a result I've had to surround the call to parse with a try/catch block in order to stop it falling over when I'm on https://localhost:3000, for example.
The text was updated successfully, but these errors were encountered:
GarethChetwood
changed the title
allowUnknownTLD not workingallowUnknownTLD not working properly
Apr 27, 2022
I'm not sure how this is the case, but I'm still getting an error thrown even when
allowUnknownTLD
is set to true.As a result I've had to surround the call to
parse
with a try/catch block in order to stop it falling over when I'm onhttps://localhost:3000
, for example.The text was updated successfully, but these errors were encountered: