mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore(deps-dev): bump the storybook group across 1 directory with 11 updates (#38068)
This commit is contained in:
@@ -455,15 +455,6 @@ const config = {
|
||||
This prevents "Module not found" errors for moment locale files.
|
||||
*/
|
||||
'moment/min/moment-with-locales': false,
|
||||
// Storybook 8 expects React 18's createRoot API. Since this project uses React 17,
|
||||
// we alias to the react-16 shim which provides the legacy ReactDOM.render API.
|
||||
// Remove this alias when React is upgraded to v18+.
|
||||
'@storybook/react-dom-shim': path.resolve(
|
||||
path.join(
|
||||
APP_DIR,
|
||||
'./node_modules/@storybook/react-dom-shim/dist/react-16',
|
||||
),
|
||||
),
|
||||
},
|
||||
extensions: ['.ts', '.tsx', '.js', '.jsx', '.yml'],
|
||||
fallback: {
|
||||
|
||||
Reference in New Issue
Block a user