react-grid-system icon indicating copy to clipboard operation
react-grid-system copied to clipboard

Hidden/Visible with SSR

Open conqeror opened this issue 3 years ago • 1 comments

While regular Grid is working fine with SSR, that is not the case for <Hidden> and <Visible> utility components. Those always show per default screen config on the first render.

conqeror avatar Feb 28 '22 23:02 conqeror

In the latest version, ScreenClassProvider supports fallbackScreenClass props, you can decide which size to use based on the user agent.

ziminliu avatar Apr 20 '22 08:04 ziminliu