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

Dev #570

Merged
merged 3 commits into from
Mar 16, 2024
Merged

Dev #570

merged 3 commits into from
Mar 16, 2024

Conversation

jekuer
Copy link
Collaborator

@jekuer jekuer commented Mar 16, 2024

Type(s) of changes

  • (Bug) fix

Description of the change

Checklist

  • My code follows the code style of this project (I at least ran npm run format).
  • I have read the CONTRIBUTING document.

ameliabradley and others added 3 commits March 15, 2024 10:43
Add to Calendar exports a standard HTMLTagNameMap, which requires the
component values to be any Node type. One of the the exported
HTMLTagNameMap values, 'add-to-calendar-button', is currently of type
AddToCalendarButtonType, which is a custom type definition that is not a
subtype of Node. This change updates type definitions to appropriately
assign HTMLElement (a type of Node) to the type definition for
AddToCalendarButtonType.
Add `HTMLElement` to `AddToCalendarButtonType`
@jekuer jekuer merged commit 1ac46d0 into main Mar 16, 2024
7 checks passed
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

2 participants