Files
react/lib/components/playground/index.ts
2020-05-06 14:25:10 +08:00

6 lines
168 B
TypeScript

import dynamic from 'next/dynamic'
const DynamicPlaygroundWithNoSSR = dynamic(() => import('./playground'), { ssr: false })
export default DynamicPlaygroundWithNoSSR