Skip to content

Commit

Permalink
chore: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Percslol committed Sep 7, 2024
1 parent 53cf82e commit 0942bf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -426,8 +426,8 @@ export function h(type, props, ...children) {
useProp('class', (classlist) => {
assert(
typeof classlist === 'string' ||
classlist instanceof Array ||
isDLPtr(classlist),
classlist instanceof Array ||
isDLPtr(classlist),
'class must be a string or ar ray (r pointer)'
)
if (typeof classlist === 'string') {
Expand Down

0 comments on commit 0942bf1

Please sign in to comment.