UNPKG

materio-mui-react-nextjs-admin-template-free

Version:

Most Powerful & Comprehensive Free MUI React NextJS Admin Dashboard Template built for developers! 🚀

8 lines (5 loc) • 212 B
// ** Next Import import dynamic from 'next/dynamic' // ! To avoid 'Window is not defined' error const ReactApexcharts = dynamic(() => import('react-apexcharts'), { ssr: false }) export default ReactApexcharts