day8 / re-frame-10x

A debugging dashboard for re-frame. X-ray vision as tooling.
MIT License
632 stars 68 forks source link

Add indexed path alongside devtools path for object with path annotations #336

Closed MawiraIke closed 2 years ago

MawiraIke commented 2 years ago

Fix #331 Add the indexed path alongside devtools path. Using only the devtools path as done in re-frame-10x version 1.2.0 fails within reitit objects

The keys in the selected area below are not included in the devtools path for instance resulting in paths like [:current-route :data :coercion :body :default :map] instead of [:current-route :data :coercion :transformers :body :default :map]

devtools-issue .

superstructor commented 2 years ago

Thanks @MawiraIke 👍🏻 😄