If node does pass data to next node - When will it be fixed?

Describe the problem/error/question

My If node is not passing data to the next node, or at least it appears that way. This is the same issue as was raised in this post:

If node does pass data to next node

The apparent resolution was “UI bug… the data is actually getting passed” and the topic was closed.

Be that as it may, I still can’t edit the node immediately after the IF node, because the UI isn’t showing the data in the node immediately after the IF node. I can see the data in further downstream nodes, just not in the node immediately after the IF node.

So this appears to be a UI BUG as far as I can tell. Any info on when it might get fixed?

For what its worth, a temporary solution is to put a DO NOTHING node immediately after the IF node, and then connect to the node you actually want the IF branch to go to. You can then see the data in the UI.