-
-
Notifications
You must be signed in to change notification settings - Fork 586
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
Type error in UnionHandler
#1566
Comments
I can confirm this issue. Unfortunately, it breaks existing code. For the time being, we had to pin jms/serializer to v3.30.0 because of this. It might be a good idea to release a new version reverting these changes until the feature supports arrays. (Or, as I see the issue with that, to specify a workaround for disabling the new feature.) #1552 isn’t working on this, I think. The MR is about “unions” (not really) in arrays, not arrays in unions. |
@scyzoryck would it make sense to revert the union types thing that is causing this error? from my understanding, #1546 is the guilty one, right? |
We also I think have 2 MRs on top of #1546 so it might need some additional reverts. As an example: #1563
Soo, personally I would go with fixing the issues, and going with the fix release this week with support for missing types. |
👍 |
Steps required to reproduce the problem
Expected Result
Actual Result
The text was updated successfully, but these errors were encountered: