Security option produced runtime error on page edit

Hello,

When I add the following security config. to Blazor web Assembly( also please make the validation just a warning since some smtp relay servers like Sendgrid are not in form user@domian)
:

After adding the security, The user registration and email confirmation worked excellently however,
this error appeared when trying to access any edit page (which worked fine before the security was added). Note: Don't know if this matters but, I used the concurrency setting when scaffolding the pages)

Any ideas why this is happening?

Confirmed! Fix will be released later today. You can fix this at your end to if you add valueType to hasChanges setters in your edit pages:

The setters are two - one in Page load event and one if Form submit event