Felix
Felix
As for Y.Text, I don't think there is a point to map Y.Text to plain string. If you really want it, you should use the original yjs api.
based on @ucw's solution, I created a vite + babel version here https://gist.github.com/sep2/094b71ca73fab3a20a43cef9cfb4c854
@karlito-who-else `gql.tada` is really interesting. Could you share how many graphql queries in the project are using it and how about the typescript performance?
Hi would you like to add example of masonic (https://www.npmjs.com/package/masonic) demo: https://codesandbox.io/s/0oyxozv75v
@KingSora The example for `virtua` is broken, no scrollbar is shown. https://stackblitz.com/edit/vitejs-vite-t1cjd9fr?file=package.json This reproduction is forked from the example abobe, with only changes to update `virtua` and `overlayscrollbars` to the...
I just downgrade to `1.102.5`, noted that in package.json you have to add exact version of the following three package otherwise it won't downgrade. ``` "@tanstack/react-router": "1.102.5", "@tanstack/router-plugin": "1.102.5", "@tanstack/router-generator":...
@schiller-manuel I believe the problem is `preload()` related. When I set `defaultPreloadDelay: 2000` and click the `` immediately after hover, the following error shown in about 2s after I clicked...
I confirm this only occured when any `Link` components are rendered in a touch screen, In my case, I use Chrome browser on macos to simulate an `iPhone` screen and...
@schiller-manuel I reproduced it in the official demo, please see the screenshot: https://tanstack.com/router/latest/docs/framework/react/examples/kitchen-sink-file-based https://stackblitz.com/github/tanstack/router/tree/main/examples/react/kitchen-sink-file-based?embed=1&theme=light&preset=node&file=src/routes/__root.tsx
@schiller-manuel This still occured with "@tanstack/react-router": "1.121.0-alpha.14". (not in the link below but I tested it locally) Steps to reproduce: https://stackblitz.com/github/tanstack/router/tree/main/examples/react/kitchen-sink-file-based?embed=1&theme=light&preset=node&file=src/routes/__root.tsx 1. Open this link in a chrome browser and...