./src/app/(payload)/admin/importMap.js
Module not found: Package path ./generateComponentMap is not exported from package node_modules@payloadcms\richtext-lexical (seImport trace for requested module:
./src/app/(payload)/layout.tsx
./src/app/(payload)/admin/importMap.js
Attempted import error: 'RichTextCell' is not exported from '@payloadcms/richtext-lexical/client' (imported as 'RichTextCell_0').
Import trace for requested module:
./src/app/(payload)/admin/importMap.js
./src/app/(payload)/layout.tsx
I get this error on building 128
https://github.com/payloadcms/payload/compare/v3.0.0-beta.127...v3.0.0-beta.128
I adjusted this file:
(app)/(payload)/layout.tsx
The other stuff i didnt need to touch
Does someone else have this error and knows how to address it?