GithubHelp home page GithubHelp logo

Comments (9)

ciscoheat avatar ciscoheat commented on May 30, 2024

Hi, glad you like the library! Or both of them. :) It's quite easy to integrate flash-message into superforms: https://github.com/ciscoheat/sveltekit-superforms#sveltekit-flash-message-support

Just a heads up, the upcoming 0.6.0 release, hopefully released today, will have a different signature for flashMessage.onError.

Currently (0.5.x):

onError?: (errorResult: ActionResult<'error'>) => App.PageData['flash']

0.6 will have the following:

onError?: ({error, message}) => void

from sveltekit-flash-message.

ciscoheat avatar ciscoheat commented on May 30, 2024

message is the flash store, so you can set the error directly from there.

from sveltekit-flash-message.

mkhennoussi avatar mkhennoussi commented on May 30, 2024

Thanks for your answer !
But I doesn't work for me : the cookie 'flash' is set to the correct value during the redirect then it is removed when the page loads.

In what file do you put the code from https://github.com/ciscoheat/sveltekit-superforms#sveltekit-flash-message-support ?
Thanks !

from sveltekit-flash-message.

ciscoheat avatar ciscoheat commented on May 30, 2024

You add it as an option to superForm.

from sveltekit-flash-message.

ciscoheat avatar ciscoheat commented on May 30, 2024

After it's configured correctly, there should be no need to call updateFlash on a superForm (just in case you're calling it from an event.)

from sveltekit-flash-message.

mkhennoussi avatar mkhennoussi commented on May 30, 2024

Thanks ! It works perfectly !

from sveltekit-flash-message.

etmartinkazoo avatar etmartinkazoo commented on May 30, 2024

@ciscoheat @mkhennoussi - I'm having the same issue. @mkhennoussi do you have an example of how you are setting the options? I am using a form with super forms and then using use:enhance and want to redirect with the flash message. Interesting the message/notification will show if I refresh the page. Appreciate the great libraries @ciscoheat

from sveltekit-flash-message.

ciscoheat avatar ciscoheat commented on May 30, 2024

@etmartinkazoo glad you like them :) Here's how it's set up on the Superforms test site: https://github.com/ciscoheat/sveltekit-superforms/blob/main/src/routes/%2Bpage.svelte#L40

from sveltekit-flash-message.

ciscoheat avatar ciscoheat commented on May 30, 2024

If the flash messag shows after refresh, it's basically working, it's just not picked up by the library so the cookie remains. Hopefully the correct configuration will fix it.

from sveltekit-flash-message.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.