Rxova
Skip to content

FileWarning

Emitted when the component keeps itself functional despite a prop it cannot use as given — a maxFiles below one, a minSize above maxSize, an accept string that will match nothing. What renders is the coerced result, so this is a development-only heads-up, never an error.

code: FileWarningCode;

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.