-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ZoneAwareError #14
Comments
could you send me your code or create a demo to reproduce the error? |
I'm getting the same error.
I think this error not actually happens during deserialize code execution, but happens as soon as I access the website (angular-cli created project). If I remove deserialize() statement, and all the @JsonProperty() decorator, this error is gone. But as soon as I put one decorator, the error comes back again even if there is no deserialize code at all. Interestingly I tried several other similar libraries eg. json2typescript, class-transformer ,and I got the same error for them. I guess there is something wrong with my project itself, but I just can't figure out what it is. Update
I think it might be some incompatibility issue with the new version of TypeScript. Really hope it can be sorted out. Environment |
I try to deserialize json like this:
deserialize(Event, json);
but get the follow error:
what i'm doing wrong?
The text was updated successfully, but these errors were encountered: