tulupinc / flowbite-next-starter

flowbite-next-starter.vercel.app
162 stars 91 forks source link

'TableCell' is not exported from 'flowbite-react' #54

Closed vdwalia closed 9 months ago

vdwalia commented 9 months ago

I am following this https://www.flowbite-react.com/docs/components/table#default-table But unable to run on server component Screenshot 2023-12-04 at 1 41 36 PM

This is the error that i am getting on console : Attempted import error: 'TableCell' is not exported from 'flowbite-react' (imported as 'TableCell').

"flowbite": "^2.2.0", "flowbite-react": "^0.6.4",

vdwalia commented 9 months ago

Nevermind i have updated to 0.7.0 version and it's working.