File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -817,8 +817,8 @@ export default class App extends React.Component {
817817
818818 render ( ) {
819819 return (
820- < ConfigurationContext . Provider value = { this . props . configuration } >
821- < LocalizationContext . Provider value = { this . _ } >
820+ < ConfigurationContext value = { this . props . configuration } >
821+ < LocalizationContext value = { this . _ } >
822822 < PureApp
823823 navSourcesExpanded = { this . state . navSourcesExpanded }
824824 setNavSourcesExpanded = { this . setNavSourcesExpanded }
@@ -841,8 +841,8 @@ export default class App extends React.Component {
841841 tags = { this . state . tags }
842842 reloadAll = { this . reloadAll }
843843 />
844- </ LocalizationContext . Provider >
845- </ ConfigurationContext . Provider >
844+ </ LocalizationContext >
845+ </ ConfigurationContext >
846846 ) ;
847847 }
848848}
You can’t perform that action at this time.
0 commit comments