Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed TS builds #54

Merged
merged 16 commits into from
Dec 3, 2024
Merged

Fixed TS builds #54

merged 16 commits into from
Dec 3, 2024

Conversation

seanrcollings
Copy link
Contributor

Fixes a bunch of TS build warning that previous merges introduced that I missed

…ections

api

The ChipGroupField component implements the Collection API from
`@react-aria/collections`.

Reimplements `ChipGroup` as a simplified wrapper around ChipGroupField

Reimplements `Chip` as a leaf component using `createLeafComponent`.
Note that it is still usable stand-alone like it was before

BREAKING CHANGE: Chip no longer support `key` prop and instead uses
the `id` prop when used within a collection.
@seanrcollings seanrcollings merged commit 4a25158 into main Dec 3, 2024
1 check passed
@seanrcollings seanrcollings deleted the sc/build-fixes branch December 3, 2024 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants