ctrlplusb/react-async-component

Chunk rendered in the server is requested in the client again

Opened this issue · 1 comments

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?

@praneshr Did you find a fix for this? I'm having the same issue currently.