Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SSR support to Grid component and canUseCssGrid() #2408

Closed
knvsl opened this issue Nov 6, 2019 · 2 comments
Closed

Add SSR support to Grid component and canUseCssGrid() #2408

knvsl opened this issue Nov 6, 2019 · 2 comments

Comments

@knvsl
Copy link

knvsl commented Nov 6, 2019

Grid component always uses -ms-grid styles on server side because canUseCssGrid() always evaluates to false.

We can pass the client's browser version to the server to determine what styles are supported but we need a prop to pass this information to the Grid component. Grid should then use that prop to determine which styles to use.

Thanks!

@triage-new-issues triage-new-issues bot added the status:triage New Issue - needs triage label Nov 6, 2019
@chrisdholt chrisdholt added the improvement A non-feature-adding improvement label Nov 8, 2019
@triage-new-issues triage-new-issues bot removed the status:triage New Issue - needs triage label Nov 8, 2019
@stale
Copy link

stale bot commented Jul 18, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the reason : stale label Jul 18, 2020
@EisenbergEffect EisenbergEffect added area:react and removed reason : stale improvement A non-feature-adding improvement labels Jul 20, 2020
@chrisdholt
Copy link
Member

closed with #3517 but I believe this was also closed with a PR prior :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants