Closed melocule closed 1 year ago
@melocule This is a weird one since the error is undefined
. Are you able to pinpoint which element is causing hte problem exactly?
Hey @milesj thanks for the response!
I narrowed it down a little, it happens for the THEAD
case and none of the others. I got it to work by exploding the children (<Thead>{...children}</Thead>
). Not sure why this works, but I'll close this issue
Hey! I'm getting a React error when I try to transform while keeping the children. It doesn't appear if I remove all instances of
{children}
and just render empty components. Interweave parses the HTML properly when it doesn't use a transformer.I'm on version
"interweave": "^13.1.0"
My code:
Stack trace:
Am I doing something wrong or is this a bug?