MoritzKronberger
MoritzKronberger
I know it's a hack and it might not work for v5 but if you're already using custom methods to create your queries, you can keep previous data with currying....
@HugeLetters Yes, I think your version shows the underlying "problem" of `previosData` being lost on re-assignment even better. But imo that is just how Svelte's reactive statements (or any JS...
For anybody else running into this issue, adding an empty `data` array to the zoombar options like this: ```js zoomBar: { top: { enabled: zoomBar, data: [], }, } ```...