react-async-component icon indicating copy to clipboard operation
react-async-component copied to clipboard

Chunk rendered in the server is requested in the client again

Open praneshr opened this issue 7 years ago • 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 avatar Nov 21 '17 06:11 praneshr

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

bslinger avatar Feb 18 '18 09:02 bslinger