Skip to content

Commit

Permalink
Fix Action component props
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmade committed Feb 17, 2024
1 parent 476817a commit fa2bcf4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/nine-llamas-battle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@watching/clips': patch
---

Fix Action component props
2 changes: 1 addition & 1 deletion packages/clips/source/elements/Action/Action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export interface ActionSlots {
/**
* Actions are the primary component used to allow user action.
*/
export const Action = createRemoteElement<ActionProperties, ActionSlots>({
export const Action = createRemoteElement<ActionProperties, {}, ActionSlots>({
slots: ['overlay'],
properties: {
to: {type: String},
Expand Down

0 comments on commit fa2bcf4

Please sign in to comment.