-
-
Notifications
You must be signed in to change notification settings - Fork 115
Add signal names #730
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
Add signal names #730
Conversation
|
✅ Deploy Preview for preact-signals-demo ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
d205821
to
3c92116
Compare
Size Change: +2.91 kB (+3%) Total Size: 100 kB
ℹ️ View Unchanged
|
3c92116
to
9e57c27
Compare
Related to #727
We inject a name for every computed/signal we encounter this makes the debugging a lot more convenient, in addition to that this adds a block to every react component so we can track the signals used within it.