You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a custom control with a property of type enum. The enum is not used anywhere in the ViewModel, and a hard-coded value is assigned to the control property.
But inside the control, there are bindings that are using the value, and the enum metadata are not sent to the client.
The page crashes in JS in the init phase.
The text was updated successfully, but these errors were encountered:
We have a custom control with a property of type enum. The enum is not used anywhere in the ViewModel, and a hard-coded value is assigned to the control property.
But inside the control, there are bindings that are using the value, and the enum metadata are not sent to the client.
The page crashes in JS in the init phase.
The text was updated successfully, but these errors were encountered: