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
However, if I add the following code to a file that is included by webpack in the final build (note, just including this code but not running it) then the build hangs and eventually fails. This fails both as a production next build and as a development next dev.
This also happens if you use isValidPhoneNumber instead.
I'm unclear how this could be happening just from bringing those functions into scope even after having read through the code. If you have any ideas on how to debug further or fix please let me know.
The text was updated successfully, but these errors were encountered:
I cannot fully explain this yet, but here's the observed behavior:
next build
and as a developmentnext dev
.This also happens if you use
isValidPhoneNumber
instead.I'm unclear how this could be happening just from bringing those functions into scope even after having read through the code. If you have any ideas on how to debug further or fix please let me know.
The text was updated successfully, but these errors were encountered: