Marcello Angelini

Results 2 comments of Marcello Angelini

@benoitgrelard > it will break other behaviours (like the ability to select a value in one click lifecycle (down, move, up). I understand but I do think that it's way...

In these cases I usually wrap it into something like this: `function Page({ render = "effect", children } = {}) { const [hasRenderedOnClient, setHasRendered] = React.useState(false); React.useEffect(() => { setHasRendered(true);...