AaronLasseigne/active_interaction

When use callback - compose work strange in interaction

TruesSpeak opened this issue · 1 comments

Hello. In my case I set in interaction
set_callback :execute, :after, :pay_prepayment or set_callback :execute, :after, -> { pay_prepayment }
And have 4 compose() with another interactions. When callback is commented everything is ok.
When callback is work, I have
image
Interaction that I call at the screen - have validation, that fails.
Have idea how to fix that?

Can you provide an example interaction that fails in the same way?