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've been using this package in my application and it works great for most of the US addresses. However, I recently figured out that certain addresses in the US state of Alaska are causing this to break.
For example:
"HC 60 Box 2840, Haines, AK 99827" is a valid address in Alaska. But parsing it is only returning Street. I get the following response:
{street: "hc"}
Can this be looked into? Thanks a million!
The text was updated successfully, but these errors were encountered:
Hi,
I've been using this package in my application and it works great for most of the US addresses. However, I recently figured out that certain addresses in the US state of Alaska are causing this to break.
For example:
"HC 60 Box 2840, Haines, AK 99827" is a valid address in Alaska. But parsing it is only returning Street. I get the following response:
{street: "hc"}
Can this be looked into? Thanks a million!
The text was updated successfully, but these errors were encountered: