Jithu Joshy Jy
Jithu Joshy Jy
Here's a minimal yet incomplete solution that I have come up with: ```svelte import { onMount } from "svelte"; export let data: unknown[] = [], containerTag = "div", containerHeight: string,...
I was previously getting undefined thrown when calling a server action; on upgrading nextjs to *v14.2.3* the following error occurs. This might be related. ``` react-server-dom-webpack-client.browser.development.js:2131 Uncaught (in promise) Error:...
This error and #61995 seem to occur at least for me only when the browser dev tools is up; anyone else noticed this? **Error**  **No Error**  bringing up...
> Try removing all middleware. That's ultimately what resolved the issue for me. Self hosted fwiw. Jim > […](#) > On Sat, Jun 8, 2024, 12:37 PM Jithu Joshy Jy...
Here's how I made it work in svelte 5, mimicking the existing **@tanstack/virtual-solid** package: ```typescript import { Virtualizer, elementScroll, observeElementOffset, observeElementRect, observeWindowOffset, observeWindowRect, windowScroll, type PartialKeys, type VirtualizerOptions } from...