Blazored / Modal

A powerful and customizable modal implementation for Blazor applications.
https://blazored.github.io/Modal/
MIT License
786 stars 186 forks source link

Remove '?' from javascript to prevent error #582

Open JimGeersinga opened 5 months ago

JimGeersinga commented 5 months ago

581

Adding a '?' works for web, but running Blazored.Modal on a .NET MAUI Blazor Hybrid app causes the javascript to fail.

JimGeersinga commented 5 months ago

@chrissainty could you look at this PR. This is blocking the usage of your fantastic component in our app