Grid issue with `[email protected]`
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] |
|---|---|
My codebase didn't change between these two variables, other than upgrading svelte.
Hey @l0uisgrange 👋
I haven't been able to replicate this in both the docs or REPL using [email protected].
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.
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.
A lot of reactivity improvements in [email protected]. Care to give it a try and see if you are still experiencing the issue.
@l0uisgrange [email protected] fixed the reactivity issue I was experiencing in the new docs (but not the performance issue with the latest svelte/kit)
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]).