Skip to content

Commit cd608b4

Browse files
authored
Revert "fix RTL setup (#621)" (#635)
This reverts commit e2c62db.
1 parent 91844d3 commit cd608b4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

apps/plotly_examples/config/webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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/).

apps/plotly_examples/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>&nbsp;&nbsp;
7474
<Dropdown

0 commit comments

Comments
 (0)