payloadcms / payload

Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for building powerful applications.
https://payloadcms.com
MIT License
25.74k stars 1.64k forks source link

HorizontalRuleFeature not exported from @payloadcms/richtext-lexical #6229

Closed GeekPro101 closed 6 months ago

GeekPro101 commented 6 months ago

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

github-actions[bot] commented 2 months ago

This issue has been automatically locked. Please open a new issue if this issue persists with any additional detail.