Rich Text Block Editor in Next.js 13 is not working

System Information
  • Strapi Version: 4.0
  • Operating System: Linux
  • Database: PostgresDB
  • Node Version: 18.17.1
  • NPM Version: 9.6.7
  • Yarn Version: 4.0.0

—Hi. I have added a single type that consists of Rich Text Block Editor components. Now I am working on getting and rendering those data in my Next.js project. I use @strapi/blocks-react-renderer but it’s not working. Probably, because I have Next.js 13 version and without Typescript. Could you help me ? What should I use to render those data?