We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e624eb commit 5af62c4Copy full SHA for 5af62c4
packages/mui-component-mapper/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@data-driven-forms/mui-component-mapper",
3
- "version": "3.15.3",
+ "version": "3.16.0-v5-beta-1",
4
"description": "Component mapper for Material ui component mapper form data-driven-forms.",
5
"main": "index.js",
6
"module": "esm/index.js",
packages/mui-component-mapper/src/dual-list-select/dual-list-select.js
@@ -1,5 +1,5 @@
import React from 'react';
-import { styled } from '@mui/material';
+import { styled } from '@mui/material/styles';
import PropTypes from 'prop-types';
import clsx from 'clsx';
0 commit comments