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!

3
Votes

Error Details:

When SfGrid and SfDialog is palced on same page, on page refresh following error occurs.

syncfusion-blazor.min.js:1

Uncaught TypeError: Super expression must either be null or a function
at e.exports (syncfusion-blazor.min.js:1)
at syncfusion-blazor.min.js:1
at Object.initBlazorAdaptor (syncfusion-blazor.min.js:1)
at Object.initComponent (syncfusion-blazor.min.js:1)
at syncfusion-blazor.min.js:1
at syncfusion-blazor.min.js:1


Root Cause:

InitBlazorAdaptor method will be triggered for all the data components. we have ensured the reported by replacing the Grid with other data components.


Sample