Loading failed for the module with source “node:process” - island not hydrating
I have an island component that needs to be rendered on client only, given the following code it only renders
<div>hi</div>
on the server side:
3 Replies
Error in console is: Loading failed for the module with source “node:process”.
The component needs
document
so it can only render on clientIs your file/component in an island folder?
yes
it seems to be related to the error
Loading failed for the module with source “node:process”.