Skip to content

fix(generator): change order of cleanup of the overrides #82

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

dvelluto
Copy link
Contributor

change order of cleanup of the overrides to avoid to remove overrides.
Extra props and overrides are concat to list of props, originally duplicates are removed. but in this way if overrides are declared it will remove the override.

fix ariaSelected attribute on DataGridCell not compliant to specs
specs says boolean, but TS infers string | null | undefined https://vivid.deno.dev/components/data-grid/#cell

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
…remove overrides.

fix ariaSelected attribute on DataGridCell not compliant to specs
@dvelluto dvelluto requested a review from YonatanKra February 27, 2025 16:18
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.

None yet

1 participant