3 messages · Page 1 of 1 (latest)
If you add server:defer to a component inside a IF statement, the component doesn't render
server:defer
foo && <SomeAstroComponent server:defer /> won't work... 😦
foo && <SomeAstroComponent server:defer />
Server island not rendering when inside a IF statement