-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
fix(cdk/overlay): remove Optional decorator in ConnectedOverlayPositionChange constructor #23735
fix(cdk/overlay): remove Optional decorator in ConnectedOverlayPositionChange constructor #23735
Conversation
cfaee5d
to
9cac963
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think that this is the correct fix. We should remove the Optional
from the constructor instead.
9cac963
to
447b956
Compare
447b956
to
6342f1a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
bf5b03d
to
b5ad302
Compare
…onChange constructor
b5ad302
to
02240b9
Compare
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
fix(cdk/overlay): remove Optional decorator in ConnectedOverlayPositionChange constructor