You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 fixSteps to Reproduce
use
DimensionGrid
, build site, view siteex: https://sf311.evidence.app via https://github.com/evidence-dev/sf311
Severity
annoyance
The text was updated successfully, but these errors were encountered: