Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

4
Votes

After updating the Syncfusion NuGet package to version 21.1.39, we receive the following stack trace when rendering the Toast component.

 

Uncaught Error Error: System.ArgumentException: The type 'SfToast' does not contain a public invokable method with [JSInvokableAttribute("CreatedEvent")].

 

Replication procedure:

 

  1. Run the sample.
  2. Open the console.
  3. Check for any errors.

 

Expected Output: The Toast component should render without any errors in the console.

Current Output: An error occurs in the console while rendering the Toast component.