bjarketrux

Results 3 comments of bjarketrux

I believe the problem is with asp.NET and not JsonSubTypes nor Newtonsoft. See: https://github.com/dotnet/aspnetcore/issues/13829 (old) and https://github.com/dotnet/aspnetcore/issues/27882#issuecomment-785527786 (open) I did a workaround where I specifically call `TryValidateModel` on each object...

For a temporary fix - try specifying an older version in the package.json file. I changed this (actual version used was 2.2.x) ``` "ngx-chips": "^2.0.2" ``` With this (fetches 2.0.2)...

**Info**: I deleted my other post if you got a notification. Turned out that my PowerToys failed to update - and I did not realize. Sorry for the post.