Why are custom data attributes not being included on the initial load of server-side render?
When adding custom data attributes to standard HTML tags you'll find them missing on the first server-side render. Only after changing pages the data attributes show up. By turning off
treeShakeClientOnly
this issue vanishes. Any idea why this might be happening?0 Replies