Closed GeekPro101 closed 6 months ago
No response
Currently HorizontalRuleFeature is not exported in packages/richtext-lexical/src/index.ts, so it's not importable from @payloadcms/richtext-lexical
It can successfully be imported using import { HorizontalRuleFeature } from "@payloadcms/richtext-lexical/dist/field/features/horizontalrule"
import { HorizontalRuleFeature } from "@payloadcms/richtext-lexical/dist/field/features/horizontalrule"
Attempt to import HorizontalRuleFeature as `import { HorizontalRuleFeature } from '@payloadcms/richtext-lexical'
2.15.0
bundler-webpack, db-mongodb, lexical-richtext
This issue has been automatically locked. Please open a new issue if this issue persists with any additional detail.
Link to reproduction
No response
Describe the Bug
Currently HorizontalRuleFeature is not exported in packages/richtext-lexical/src/index.ts, so it's not importable from @payloadcms/richtext-lexical
It can successfully be imported using
import { HorizontalRuleFeature } from "@payloadcms/richtext-lexical/dist/field/features/horizontalrule"
To Reproduce
Attempt to import HorizontalRuleFeature as `import { HorizontalRuleFeature } from '@payloadcms/richtext-lexical'
Payload Version
2.15.0
Adapters and Plugins
bundler-webpack, db-mongodb, lexical-richtext