Rxova
Skip to content

TimeWarning

Emitted when the component keeps itself functional despite a prop it cannot use as given — a value that is not HH:mm, a min after the max, a step that does not divide an hour. What renders is the coerced result, so this is a development-only heads-up, never an error.

code: TimeWarningCode;

message: string;

Human-readable explanation, safe to log as-is.


prop: string;

The prop that carried the offending value.


received: string;

The value as received.