sveltekit-flash-message
sveltekit-flash-message copied to clipboard
Send temporary data after redirect, usually from endpoints. Works with both SSR and client.
I am checking if a user is logged in and if true then I am redirecting to the home page but the flash messages wont show `+page.server.ts` ``` export const...
I love this library especially with forms. Thanks I have recently started using svelte-sonner and it would be really cool if we could send down the properties of description and...
Hi, I am getting an error in the build about Vite not being able to resolve `esm-env`, which is used by `sveltekit-flash-message`. Here is the error message: ``` ✘ [ERROR]...
Hello Mr.Cisco, First of all thank you for the amazing library and I got pointed to it via a video from HuntaByte. Anyway the main issue is that am receiving...
Is there an option to remove the flash message when I click on it? Or is there an easy way to do it? I have ser a long time for...
Before this change you would just get a "generic" `ServerLoadEvent`, i.e. without params or route id set:  Adding `satisfies LayoutServerLoad` to the passed function works but gives an error...
I am using a FastAPI backend and a sveltekit SPA frontend. Would it be possible to add instructions on how to trigger the flash message with a different backend than...
```txt TypeError: __vite_ssr_import_8__.page.subscribe is not a function TypeError: __vite_ssr_import_8__.page.subscribe is not a function at _layout (/web/src/routes/+layout.svelte:19:6) at Root (/web/.svelte-kit/generated/root.svelte:63:3) at render (/web/node_modules/svelte/src/internal/server/index.js:115:2) at Function._render [as render] (/web/node_modules/svelte/src/legacy/legacy-server.js:27:24) at render_response (/web/node_modules/@sveltejs/kit/src/runtime/server/page/render.js:187:29)...
I have the following code which is referencing page in $app/stores (in +layout.svelte) [SveltLab demo](https://www.sveltelab.dev/oh9228eax653ajg) It is currently working fine, but I want to move over to use $app/state, for...
Kind of embarrasing on my end but I thought it was worth noting here. I accidentally sent way too long of a message to a flash and it seems to...