Skip to content

Commit 4addd4d

Browse files
committed
Revert "Expose FluentContext as public API"
This reverts commit 397cfd0. The current public API is sufficient for all supported use-cases. We might want to extend it in the future, e.g. if we implement a useLocalization hook. For now however, it's safer to keep the public API as minimal as possible.
1 parent e80044f commit 4addd4d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fluent-react/src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
* components for more information.
1818
*/
1919

20-
export { default as FluentContext } from "./context";
2120
export { default as LocalizationProvider } from "./provider";
2221
export { default as withLocalization } from "./with_localization";
2322
export { default as Localized } from "./localized";

0 commit comments

Comments
 (0)