Closed mquandalle closed 7 months ago
Hello,
I was trying to fix the following typescript issue:
(map doesn't exist on the dom, but is valid with linkedom)
map
As a baby first step, I changed the input type of parseHTML from any to string.
parseHTML
any
string
Are you open to further refinement to remove the typing error when using .map() in the above example?
.map()
</p
Hello,
I was trying to fix the following typescript issue:
(
map
doesn't exist on the dom, but is valid with linkedom)As a baby first step, I changed the input type of
parseHTML
fromany
tostring
.Are you open to further refinement to remove the typing error when using
.map()
in the above example?