You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I debug I often just print out the data I'm using onto the page - it's generally better for me as if you have some reactive state it will update in one place, unlike console.log where you need to check in another place on update (both have their merits of course). I've created a component to do this and just wondered if there's any demand for it?
I'm just looking at the contributing guide, but it's not something I've done before - perhaps someone can do some hand-holding to help me if the community do want it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I debug I often just print out the data I'm using onto the page - it's generally better for me as if you have some reactive state it will update in one place, unlike console.log where you need to check in another place on update (both have their merits of course). I've created a component to do this and just wondered if there's any demand for it?
I'm just looking at the contributing guide, but it's not something I've done before - perhaps someone can do some hand-holding to help me if the community do want it.
Beta Was this translation helpful? Give feedback.
All reactions