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
fix(rosetta): enum resolution breaks for properties
On some examples in the CDK repository, Rosetta breaks in the
`resolveEnumLiteral()` function. The error is `Cannot read property
'kind' of undefined` and occurs somewhere deep in the call stack of
TypeScript.
It occurs when an enum is being passed as a struct property.
chore(release): 1.44.2 (aws#3187)
---
By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license].
[Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0