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
…Proxy (#3354)
With this PR, the type that is instantiated as JSII Proxy is looked up from the type registry using the TypeFQDN in the ref. If that type is registered in the type registry AND that type is assignable to the targeted value type, than that type is used to instantiate the JSII proxy.
Fixes#3353 and relates to #2819.
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
🐛 Bug Report
Affected Languages
TypeScript
orJavascript
Python
Java
C#
,F#
, ...)Go
General Information
What is the problem?
This code panics, because the default child is actually a
jsiiProxy_IConstruct
. However, I would expect this code to work, as it does in other languages like typescript:https://stackoverflow.com/questions/59411734/add-conditions-to-resources-in-cdk
The text was updated successfully, but these errors were encountered: