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
In the previous version, you could toggle highlights on DOM elements as they (re)rendered, which was quite useful for debugging.
This feature allowed you to see if a certain reactivity was updating more than one element, such as a list of items that should only update a single item when something changes, rather than all the items.
I can't seem to find this toggle in the new devtools. Is it still available, or is it something that's planned for future updates?
In the previous version, you could toggle highlights on DOM elements as they (re)rendered, which was quite useful for debugging.
This feature allowed you to see if a certain reactivity was updating more than one element, such as a list of items that should only update a single item when something changes, rather than all the items.
I can't seem to find this toggle in the new devtools. Is it still available, or is it something that's planned for future updates?
Originally posted by @puyt in #111 (comment)
The text was updated successfully, but these errors were encountered: