ciscoheat/sveltekit-flash-message

Question: do I need to integration flashModule if I am using toasts?

xmlking opened this issue · 1 comments

Do I need flashModule integration with superforms as described here https://superforms.vercel.app/flash-messages
If I am using Event-style messaging with toasts in my layout page?

No, from flash-message 1.0.0 and Superforms 1.0.0-rc.4 you don't need flashModule for anything but the two other options, syncFlashMessage and flashMessage.onError. This will be better explained in the upcoming 1.0 release.