layerchart icon indicating copy to clipboard operation
layerchart copied to clipboard

Grid issue with `[email protected]`

Open l0uisgrange opened this issue 2 months ago • 5 comments

Hey @techniq 👋,

There seems to be an issue when upgrading from [email protected] to [email protected], where my chart's Grid doesn't take the whole height. Here's a preview of the bug:

[email protected] [email protected]
Image Image

My codebase didn't change between these two variables, other than upgrading svelte.

l0uisgrange avatar Oct 21 '25 06:10 l0uisgrange

Hey @l0uisgrange 👋

I haven't been able to replicate this in both the docs or REPL using [email protected].

Image Image

Anything logged in your console?

Are you using remote functions by chance? I recently logged an issue affecting our new docs if an example(s) uses a remote function to load data (also a performance issue)

If you are able to share a reproduction I can take a closer look.

techniq avatar Oct 21 '25 11:10 techniq

Thanks for the quick response! We currently use remote functions, so that could be the problem.

I'll wait on the issue you mentioned to be fixed 😇, and try again after.

PS: Nothing is logged, I've checked.

l0uisgrange avatar Oct 21 '25 12:10 l0uisgrange

A lot of reactivity improvements in [email protected]. Care to give it a try and see if you are still experiencing the issue.

techniq avatar Oct 22 '25 15:10 techniq

@l0uisgrange [email protected] fixed the reactivity issue I was experiencing in the new docs (but not the performance issue with the latest svelte/kit)

techniq avatar Oct 22 '25 18:10 techniq

Hi @techniq 👋, thanks! I waited a few days and thought svelte team would resolve these issues. I tried again an hour ago using [email protected] with [email protected], the bug is still there. I tried debugging, but it seems the issue has been introduced on svelte's side (everything works fine with [email protected] and [email protected]).

l0uisgrange avatar Oct 27 '25 13:10 l0uisgrange