UNPKG

react-garden

Version:

React + TypeScript + ThreeJS app using Material UI on NextJS, Apollo Client, GraphQL + WordPress REST APIs, for ThreeD web development.. a part of the threed.ai code family.

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