-
Notifications
You must be signed in to change notification settings - Fork 40
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
stabilize tryRemoveChild() #2267
Closed
Comments
Hi @pahud - can I work on this issue ? this will be my first contribution into AWS :) |
PRs are welcome! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This method was introduced in 2020 from this PR and aws-cdk-lib has some adoption. As it's still marked as experimental, we've seen customers having concern about that in production but we don't seem to have other methods to remove a child from a Node.
constructs/src/construct.ts
Lines 369 to 379 in 80aa122
Please stabilize this method and remove the
@experimental
tag.The text was updated successfully, but these errors were encountered: