Skip to content

Commit ea237bc

Browse files
- Adjusted warning message
1 parent 9d64371 commit ea237bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/components/fields/SchemaField.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ function SchemaFieldRender<T, F>(props: FieldProps<T, F>) {
258258
if (uiSchema?.classNames) {
259259
if (process.env.NODE_ENV !== "production") {
260260
console.warn(
261-
"WARNING: 'uiSchema.classNames' is deprecated and will be removed in the next major release; Use 'ui:classNames' instead."
261+
"WARNING: 'uiSchema.classNames' is deprecated and may be removed in a major release; Use 'ui:classNames' instead."
262262
);
263263
}
264264
classNames.push(uiSchema.classNames);

0 commit comments

Comments
 (0)