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
Hello,
I found a bug when I tried to use the angular project with production profile active. I figure that was because of the angular optimization active on that profile:
I use some custom type adapter and when Tyson try to found the adapter for the deserialization it get wrong because of type hash who are equals and shouldn't (certainly because of the optimization which rename type with single letter for example).
So because the use of the hash type in _typeTokenCache to get the adapter, it get the wrong type since hash type are equals for two different type.
Hoping I'm clear enough to help you to solve that bug :)
The text was updated successfully, but these errors were encountered:
Hello,
I found a bug when I tried to use the angular project with production profile active. I figure that was because of the angular optimization active on that profile:
I use some custom type adapter and when Tyson try to found the adapter for the deserialization it get wrong because of type hash who are equals and shouldn't (certainly because of the optimization which rename type with single letter for example).
So because the use of the hash type in _typeTokenCache to get the adapter, it get the wrong type since hash type are equals for two different type.
Hoping I'm clear enough to help you to solve that bug :)
The text was updated successfully, but these errors were encountered: