react-async-component
react-async-component copied to clipboard
Chunk rendered in the server is requested in the client again
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.