We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0772e4 commit 77d6085Copy full SHA for 77d6085
shiny/render/_data_frame_utils/_html.py
@@ -66,7 +66,9 @@ def cell_contains_htmltoolslike( # pyright: ignore[reportOverlappingOverload]
66
def cell_contains_htmltoolslike(
67
val: TagNode | object,
68
) -> TypeIs[TagNode]: ...
69
-def cell_contains_htmltoolslike(val: object):
+def cell_contains_htmltoolslike( # pyright: ignore[reportInconsistentOverload]
70
+ val: object,
71
+):
72
if isinstance(val, str):
73
return False
74
0 commit comments