Skip to content

Commit 4bb09bf

Browse files
committed
Deprecate <ReferenceError> component as we don't use it anywhere
1 parent dc3263d commit 4bb09bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/ra-ui-materialui/src/input/ReferenceError.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import * as React from 'react';
22
import { ReactNode } from 'react';
33
import TextField from '@mui/material/TextField';
44

5+
// @deprecated
56
export const ReferenceError = ({
67
label,
78
error,

0 commit comments

Comments
 (0)