-
Notifications
You must be signed in to change notification settings - Fork 1k
Description
The react renderer uses TextField.type:
const fieldType = props.type as TextFieldType | undefined;
However that got renamed to match the specification in @a2ui/web_core:^0.8.4:
It is likely that when web_core gets published to npm, the React renderer will temporarily break until the access to textFieldType is corrected.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Type
Projects
Status
Done