You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
When a
async
component is marked asboundary
, 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?The text was updated successfully, but these errors were encountered: