effectsReactEffectsHardWhat is true about `useLayoutEffect` during server-side rendering?1It has no effect and React warns if used in SSR2It runs twice during SSR3It blocks the server response until data loads4It replaces useEffect on the serverBack to list