Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeart committed May 4, 2024
1 parent eba4127 commit c9375d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/dom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,6 @@ function text(
} else if (isPrimitive(result)) {
return api.text(result);
} else {
// @ts-expect-error
return cellToText(typeof text === 'function' ? result : text, destructors);
}
}
Expand Down

0 comments on commit c9375d0

Please sign in to comment.