Vladislav Lipatov

Results 19 comments of Vladislav Lipatov

How can I reflect state of resource in the UI in transition?

Thank you for the answer! Will come up with some ideas about potential workarounds. I did use `isRouting` before, however I faced a "bug" when you navigate to another page,...

Reproduction example: https://playground.solidjs.com/anonymous/181aed31-efe8-492b-a8b7-e15f43e9a123

![image](https://github.com/storybookjs/solidjs/assets/13636224/eedec4de-0e35-483b-8e50-c7cfd5eae201)

Same thing I added netlify plugin to vite config, specified generated folder (.netlify/v1/functions), but has this error: {"status":500,"unhandled":true,"message":"HTTPError"}

Same thing for: ``` "@tanstack/solid-router": "1.139.3", "@tanstack/solid-start": "1.139.3", ```

My config: ``` tanstackStart({ prerender: { enabled: false, }, sitemap: { host: "http://localhost:3000", }, spa: { enabled: true, prerender: { enabled: false, }, }, }), ``` Result config used during...

Still the result is SSR, no HTML file in dist folder.