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
feat: add client-only islands via export const clientOnly = true
Islands marked with `export const clientOnly = true` skip server-side
rendering entirely — Fresh renders an empty placeholder on the server
and the component renders normally on the client. This supports
libraries like Monaco Editor that reference browser globals at the
module top level.
0 commit comments