File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -319,7 +319,6 @@ module.exports = function (webpackEnv) {
319319 'scheduler/tracing' : 'scheduler/tracing-profiling' ,
320320 } ) ,
321321 ...( modules . webpackAliases || { } ) ,
322- "@fluentui/react-shared-contexts" : path . resolve ( __dirname , "../node_modules/@fluentui/react-shared-contexts" )
323322 } ,
324323 plugins : [
325324 // Prevents users from importing files from outside of src/ (or node_modules/).
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ const App: React.FC = () => {
6868
6969 return (
7070 < div >
71- < FluentProvider theme = { value === "Light" ? webLightTheme : webDarkTheme } targetDocument = { document } dir = { isRTL ? 'rtl' : 'ltr' } >
71+ < FluentProvider theme = { value === "Light" ? webLightTheme : webDarkTheme } targetDocument = { document } >
7272 < PortalCompatProvider >
7373 < Subtitle2 > Theme:</ Subtitle2 >
7474 < Dropdown
You can’t perform that action at this time.
0 commit comments