Unverified Commit 374b45b9 authored by Jack Koenig's avatar Jack Koenig Committed by GitHub
Browse files

Fix issue where reify would do the same lookup twice (#3392)

This is not a functional bug. The recursive form of reify for Element
would use the .topBinding from the wrong argument, so it would recurse
an extra time, but it would ultimately converge to the right value.
parent 7b37508c
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment