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
The bases classes of the CDK already define the input with transforms.
Technically the new `inputs` declarations override the full metadata,
loosing the transforms. This is currently a bug in the framework
where components relied on the behavior that transforms were
inherited independently. This commit fixes this and cleans up the
code. The inputs do not need to be re-declared.
0 commit comments