Rendering issue

JdmartTidShell.jsx:83 HierarchyRequestError: Failed to execute 'insertBefore' on 'Node': This node type does not support this method. case 1: if i comment the <show> block of heading() it works case 2: if i comment for <For> loop block and uncomment <show> block of heading() it works case 3: if i remove <Show when={heading()}>..</Show> then also it woks. but if i uncomment both then nothing works. and we get the error why this kind of behaviour have check data on both client and server throught logs they are same. I am missing some thing. Please do let me know. Data fetching code
No description
4 Replies
Madaxen86
Madaxen862w ago
Is there a Suspense where you fetch the data?
anurag8071
anurag8071OP2w ago
yes
anurag8071
anurag8071OP2w ago
No description
Madaxen86
Madaxen862w ago
Try to move the lazy imported component outside of the other component.

Did you find this page helpful?