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
Extensions that were added during the addHooks step won't have access to this.scope because the prehook step is in charge of setting scope and runs before addHooks.
Extensions that were added during the
addHooks
step won't have access tothis.scope
because theprehook
step is in charge of setting scope and runs beforeaddHooks
.https://github.com/cdklabs/cdk-ecs-service-extensions/blob/main/src/service.ts#L171,L180
The text was updated successfully, but these errors were encountered: