Skip to content

Commit 8bbcec5

Browse files
committed
Fix SourceContext displayName
1 parent 18cb162 commit 8bbcec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ra-core/src/core/SourceContext.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export type SourceContextValue = {
3333
export const SourceContext = createContext<SourceContextValue | undefined>(
3434
undefined
3535
);
36-
SourceContext.displayName = 'SourceContextProvider';
36+
SourceContext.displayName = 'SourceContext';
3737

3838
const defaultContextValue = {
3939
getSource: (source: string) => source,

0 commit comments

Comments
 (0)