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
No description
7 Replies
Madaxen86
Madaxen864w ago
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.
FatahChan
FatahChanOP4w ago
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
FatahChan
FatahChanOP4w ago
this one gives me a different error, Uncaught TypeError: Cannot read properties of null (reading 'nextSibling')
FatahChan
FatahChanOP4w ago
ahh make sense
FatahChan
FatahChanOP4w ago
I am not getting in the browser console
No description
FatahChan
FatahChanOP4w ago
it shows up in the terminal though
No description
FatahChan
FatahChanOP4w ago
in dev weird it's doesn't show, in the browser console thanks

Did you find this page helpful?