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
Running parseLocation inside a React app that a submodule inside a larger Gatsby project.
Getting a strange error when using parser.parseLocation(value). Browser is returning 'undefined is not a function.' Line 521 of parseaddress/address.js. Here's the full block:
Encounter a similar issue when running parser.parseAddress(value). Browser returns error: 'XRegExp.exec is not a function'. Line 682 of parseaddress/address.js:
Running parseLocation inside a React app that a submodule inside a larger Gatsby project.
Getting a strange error when using parser.parseLocation(value). Browser is returning 'undefined is not a function.' Line 521 of parseaddress/address.js. Here's the full block:
I suspect it's related to how XRegExp is being required at the top of the same file:
Encounter a similar issue when running parser.parseAddress(value). Browser returns error: 'XRegExp.exec is not a function'. Line 682 of parseaddress/address.js:
I've confirmed that xregexp is also an installed dependency.
Please advice when you get a chance, thanks!
The text was updated successfully, but these errors were encountered: