Jithu Joshy Jy

Results 5 comments of 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** ![image](https://github.com/vercel/next.js/assets/64597606/f15f934b-4527-4c88-9f30-b84db87e7d20) **No Error** ![image](https://github.com/vercel/next.js/assets/64597606/880d5c38-6e0c-452a-85a0-3d3579091ec2) 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...