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

[Bug]: DimensionGrid doesn't SSR data #2765

Open
csjh opened this issue Nov 12, 2024 · 0 comments
Open

[Bug]: DimensionGrid doesn't SSR data #2765

csjh opened this issue Nov 12, 2024 · 0 comments
Labels
bug Something isn't working ui/data Charts, tables and other viz

Comments

@csjh
Copy link
Contributor

csjh commented Nov 12, 2024

Describe the bug

DimensionGrid needs to be cleaned up a bit for it to be compatible with SSR data (which should fix its double loading issues)

One fundamental problem is that it is not guaranteed to have a unique, reproducible identifier (the name prop is optional because it isn't always used as an input) - waiting for sveltejs/svelte#7517 would help here if we're fine with holding off on this fix

Steps to Reproduce

use DimensionGrid, build site, view site

ex: https://sf311.evidence.app via https://github.com/evidence-dev/sf311

Severity

annoyance

@csjh csjh added bug Something isn't working to-review Evidence team to review ui/data Charts, tables and other viz and removed to-review Evidence team to review labels Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ui/data Charts, tables and other viz
Projects
None yet
Development

No branches or pull requests

1 participant