mdb-react-ui-kit icon indicating copy to clipboard operation
mdb-react-ui-kit copied to clipboard

React 18 & Bootstrap 5 & Material Design 2.0 UI KIT

Results 5 mdb-react-ui-kit issues
Sort by recently updated
recently updated
newest added

The following error occurred at Next.js runtime. MDB Version: `4.0.0`, `4.1.0`

Hey there! As a current user of MDB React 4 Pro, I'm planning to upgrade my project to MDB 5 once MDB 4 is deprecated and is still using React...

Setting leaveHiddenModal to false triggers the following error. `react-dom.development.js:22834 Uncaught TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator)) at Function.from () at eval (mdb-react-ui-kit.esm.js:1402:18) at commitHookEffectListMount (react-dom.development.js:23145:26) at commitPassiveMountOnFiber...

bug

we are getting this warning in console in all the component where's we are using MDBDataTable from mdbreact. Unable to find the cause and fix this. Has anyone scene this...

"mdb-react-ui-kit":"^7.1.0", Attempted import error: 'MDBInput' is not exported from 'mdb-react-ui-kit' (imported as 'MDBInput'). ```search.js "use client"; import Hits from "./Hits"; import { useSearchBox } from "react-instantsearch-hooks-web"; import { useState }...