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 belive the commit you've just made ~ 30 minutes ago is causing this.
All builds are now failing.
Type error: Property 'isValid' does not exist on type 'PhoneNumber'.
278 | const phoneNumber = parsePhoneNumber("07000123123", "GB");
279 |
> 280 | if (phoneNumber.isValid()) {
| ^
Next.js build worker exited with code: 1 and signal: null