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
The issue here is that we do not honor input coercion rules on directive arguments. I will write some tests so that we can track this issue.
The directive itself should not have to deal with these rules so we have to have the inputs already correctly coerced when we pass the to the directive.
I think we will create a fix with 9.0.0-preview.2 or 9.0.0-preview.3 at the end of this week.
In the following schema, the roles will not deserialize correctly and will always be empty:
They will only deserialize properly if declared this way:
The text was updated successfully, but these errors were encountered: