Skip to content

fix(pkg): missing TextEditor component types#2184

Open
JammingBen wants to merge 2 commits intomainfrom
chore/fix-missing-pkg-types
Open

fix(pkg): missing TextEditor component types#2184
JammingBen wants to merge 2 commits intomainfrom
chore/fix-missing-pkg-types

Conversation

@JammingBen
Copy link
Member

Fixes the missing TextEditor type when building web-pkg as lib. It was missing due to type errors that could easily be fixed by refactoring the component to script setup.

The DateTime component also threw quite some errors when building, so refactors this component as well.

fixes #2135

Fixes the missing `TextEditor` type when building `web-pkg` as lib. It was missing due to type errors that could easily be fixed by refactoring the component to script setup.
@JammingBen JammingBen self-assigned this Mar 19, 2026
@JammingBen JammingBen added the Type:Maintenance E.g. technical debt, packaging, etc. label Mar 19, 2026
@JammingBen JammingBen marked this pull request as ready for review March 19, 2026 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type:Maintenance E.g. technical debt, packaging, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TextEditor component type is missing in web-pkg bundle

1 participant