PhoneWarning
Emitted when the component keeps itself functional despite a prop it cannot
use as given — an ISO code not in the table, a value that is not E.164, an
empty countries array. What renders is the coerced result, so this is a
development-only heads-up, never an error.
Properties
Section titled “Properties”code: PhoneWarningCode;message
Section titled “message”message: string;Human-readable explanation, safe to log as-is.
prop: string;The prop that carried the offending value.
received
Section titled “received”received: string;The value as received.