I found "the bug "
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.