day8 / re-frame-10x

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

[Bug]: traced-result is always nil #399

Closed kimo-k closed 11 months ago

kimo-k commented 12 months ago

What happened?

In the event tab, pressing the copy button on a trace fragment adds an expression to the clipboard. In the repl, this expression should evaluate to the return value of that fragment. Instead, it always evaluates to nil.

For instance, in the todomvc example, it should return :all. Instead, it returns :nil.

10x Version

1.7

Reagent Version

todomvc

React Version

todomvc

re-frame Version

todomvc

What browsers are you seeing the problem on?

Firefox

Relevant console output

No response