Uncaught TypeError: Cannot read properties of null (reading 'firstChild')
I am not sure what is the issue, but this part is failing to to render for some reason

7 Replies
is there more you can share? Note that you can paste code by using 3x backticks ` and then followed by tsx. Where is invoice data coming from? Is this async? Maybe you miss a Suspense boundary.
not async, just in var
I converted it to react and I got. a different error, but still rendered,
basically you can't render tr in table, i needed to add tbody, I will try to create it
no there is no warning
just and error and it's fails to render, this one gives me a different error
this one gives me a different error, Uncaught TypeError: Cannot read properties of null (reading 'nextSibling')
ahh make sense
I am not getting in the browser console

it shows up in the terminal though

in dev
weird it's doesn't show, in the browser console
thanks