phlex-ruby / phlex

A framework for building object-oriented views in Ruby.
https://beta.phlex.fun
MIT License
1.28k stars 83 forks source link

Pass args to the block when capturing #716

Closed joeldrapper closed 5 months ago

joeldrapper commented 5 months ago

When capturing a block, the arguments should be passed along. This is the first step towards fixing the issue with view component yields.