Skip to content

Commit

Permalink
fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasBoll committed May 16, 2024
1 parent ac15c51 commit 7a4621c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/styling/lib/cs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1153,6 +1153,7 @@ export function createStencil<
// Only override defaults if a value is defined
for (const key in input) {
if (input[key]) {
// @ts-ignore
inputModifiers[key] = input[key];
}
}
Expand Down

0 comments on commit 7a4621c

Please sign in to comment.