Skip to content

Commit cc7df87

Browse files
committed
Add FIXME for v6 regarding re-exports
1 parent 0f5ae77 commit cc7df87

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

packages/ra-ui-materialui/src/input/ArrayInput/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export * from './ReOrderButtons';
88

99
/**
1010
* @deprecated Import from `ra-core` or `react-admin` instead
11+
* FIXME: remove the re-export in v6
1112
*/
1213
export {
1314
ArrayInputContext,

packages/ra-ui-materialui/src/layout/index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,9 @@ export * from './TitlePortal';
2828
export * from './TopToolbar';
2929
export * from './UserMenu';
3030
export * from './useSidebarState';
31+
32+
/**
33+
* @deprecated Import from `ra-core` or `react-admin` instead
34+
* FIXME: remove the re-export in v6
35+
*/
3136
export { UserMenuContext, UserMenuContextProvider, useUserMenu } from 'ra-core';

packages/ra-ui-materialui/src/list/filter/index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,8 @@ export * from './RemoveSavedQueryIconButton';
1414
export * from './SavedQueriesList';
1515
export * from './SavedQueryFilterListItem';
1616
export * from './useSavedQueries';
17+
/**
18+
* @deprecated Import from `ra-core` or `react-admin` instead
19+
* FIXME: remove the re-export in v6
20+
*/
21+
export { FilterContext } from 'ra-core';

0 commit comments

Comments
 (0)