Blazored / Toast

A JavaScript free toast library for Blazor and Razor Component applications
https://blazored.github.io/Toast/
MIT License
663 stars 92 forks source link

[Question] Migration to Version 4 - Break Change #198

Closed lprada closed 1 year ago

lprada commented 1 year ago

Hi I was using version 3.2.2 and now I migrate to 4.

I used to do this

                    ToastService.ShowSuccess(
                        $"Message Toast: {CreatePdfForm.Title}.",
                        "Heading");

and now I am getting an error.

I try to find the sample with de custom heading but I cannot found, please I need you help.

chrissainty commented 1 year ago

There is an example in the sample application.