Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): tags disappear if CDK app is bundled+minified (#26181)
Caused by a check for `constructor.name` which `esbuild` may rename. Replace with a checkable symbol. Closes #26169. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information