Skip to content

Commit

Permalink
Fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
oamaok committed Dec 10, 2023
1 parent 777c9c8 commit 92ffbbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kaiku.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,7 @@ const runLazyPropUpdate = <T>(propUpdate: LazyPropUpdate<T>) => {
case 'className': {
updateElementClassName(
propUpdate.element_ as HTMLElement,
value as ClassNames
value as any
)
break
}
Expand Down

0 comments on commit 92ffbbe

Please sign in to comment.