init
This commit is contained in:
7
src/@core/components/react-apexcharts/index.js
vendored
Normal file
7
src/@core/components/react-apexcharts/index.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
// ** 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
|
||||
Reference in New Issue
Block a user