Error: Unsupported Server Component type: undefined

I found "the bug :beetle: "

Go to your /slices/TextSlice/index.js file

change your import from import PrismicRichText from '@prismicio/react' to import { PrismicRichText } from '@prismicio/react'

That should solve the issue @stevefernandes24 . Let us know if it helped.

2 Likes