Skip to content

Commit 1af0a96

Browse files
authored
Fix mui date picker and time picker examples
specify stackblitz dependency on `@mui/x-date-pickers` for latest release of major version 5 instead of using `latest` which used incompatible version 6
1 parent 0f4963f commit 1af0a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-renderer-demo/src/stackblitz-templates/mui-templates.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export const dependencies = {
7373
'@data-driven-forms/mui-component-mapper': 'latest',
7474
'@data-driven-forms/common': 'latest',
7575
'@mui/icons-material': 'latest',
76-
'@mui/x-date-pickers': 'latest',
76+
'@mui/x-date-pickers': '^5.0.20',
7777
'@mui/material': 'latest',
7878
'prop-types': 'latest',
7979
};

0 commit comments

Comments
 (0)