DirectedEdges / specs-plugin

33 stars 0 forks source link

Instance names aren't included in output or differenced #152

Open nathanacurtis opened 5 months ago

nathanacurtis commented 5 months ago

Problem

Due to the Figma-mandated async refactor, instance names are no longer looked up and thus can't be differenced during prop comparisons. This results in slightly less informative specs, dropping a feature.

Solution

Resolve how to determine the prop instance names synchronously to revive the feature.