thetarnav / solid-devtools

Library of developer tools, reactivity debugger & Devtools Chrome extension for visualizing SolidJS reactivity graph
https://chrome.google.com/webstore/detail/solid-devtools/kmcfjchnmmaeeagadbhoofajiopoceel
MIT License
536 stars 21 forks source link

Many owners are wrongly identifies as Context #277

Closed thetarnav closed 9 months ago

thetarnav commented 10 months ago

Most likely because of changes in solid 1.8 where every owner has a ref to the parent context keys.

image

The checks probably could be improved, but also adding that information to owners in solid be for the best.