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 0a83a19 commit d02a9c5Copy full SHA for d02a9c5
fluent-react/src/context.js
@@ -1,4 +1,7 @@
1
import { createContext } from "react";
2
import ReactLocalization from "./localization";
3
4
-export default createContext(new ReactLocalization([]));
+export default createContext({
5
+ l10n: new ReactLocalization([]),
6
+ parseMarkup: null
7
+});
0 commit comments