Skip to content
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

devtools signal lookup incorrectly displays signal with empty string #55727

Open
ducin opened this issue May 8, 2024 · 1 comment
Open

devtools signal lookup incorrectly displays signal with empty string #55727

ducin opened this issue May 8, 2024 · 1 comment

Comments

@ducin
Copy link
Contributor

ducin commented May 8, 2024

Which @angular/* package(s) are the source of the bug?

Devtools

Is this a regression?

Yes

Description

image

Please provide a minimal reproduction of the bug

just put this on a component:
value = signal('')

Please provide the environment you discovered this bug in (run ng version)

`@angular/core@17.3.4`
@ducin
Copy link
Contributor Author

ducin commented May 8, 2024

@JeanMeche @AleksanderBodurri We could either do a dirty ugly fix (yet another if in a bad place) or do a proper refactor. I prefer to do the latter. I'm halfway of fixing this already (WIP here), hope to get it done by the end of the week.

@ngbot ngbot bot added this to the needsTriage milestone May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants