File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/ra-ui-materialui/src/input/ArrayInput Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 55 RecordContextProvider ,
66 ResourceContextProvider ,
77 testDataProvider ,
8+ useArrayInput ,
89} from 'ra-core' ;
910
1011import { AdminContext } from '../../AdminContext' ;
@@ -25,7 +26,6 @@ import {
2526 Focus ,
2627 Reset ,
2728} from './ArrayInput.stories' ;
28- import { useArrayInput } from './useArrayInput' ;
2929
3030describe ( '<ArrayInput />' , ( ) => {
3131 it ( 'should pass array functions to child' , async ( ) => {
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ export * from './RemoveItemButton';
1111export * from './ReOrderButtons' ;
1212
1313/**
14- * @deprecated Use `ra-core` instead
14+ * @deprecated Import from `ra-core` or `react-admin ` instead
1515 */
1616export { ArrayInputContext , useArrayInput } from 'ra-core' ;
You can’t perform that action at this time.
0 commit comments