haseakito / funbase

Next generation creators economy platform website
https://funbase.vercel.app
2 stars 0 forks source link

:ambulance: Hotfix the `Chakra-UI` component #12

Closed haseakito closed 10 months ago

haseakito commented 10 months ago

Issue

When I try to use Chakra-UI directly in server side component, I get the following error.

It's currently unsupported to use "export *" in a client boundary

Fix

I made Chakra.tsx to export Chakra-UI components to workaround this issuer. Inside the Chakra.tsx, it looks like 'use client' export { Spinner } from '@chakra-ui/react'