Chunk rendered in the server is requested in the client again
Opened this issue · 1 comments
praneshr commented
When a async component is marked as boundary, it's getting rendered in server as expected. But, the client is also requests the same chunk once the app is mounted in the client. How to fix this?