We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dde85f commit 9399752Copy full SHA for 9399752
src/lib/messageSource.js
@@ -9,6 +9,7 @@ import { normalizeKeyPrefix } from './utils';
9
* A React Context which holds the translations map.
10
*/
11
const MessageSourceContext = React.createContext(null);
12
+MessageSourceContext.displayName = 'MessageSourceContext';
13
14
/**
15
* Creates a HOC which passes the MessageSourceApi to the given Component.
0 commit comments