phlex-ruby / phlex-rails

An object-oriented alternative to ActionView for Ruby on Rails.
https://www.phlex.fun
MIT License
229 stars 40 forks source link

Fix `ArgumentError: 'nil' is not an ActiveModel-compatible` when rendering blocks #236

Open stephannv opened 1 month ago

stephannv commented 1 month ago

Fix #235

stephannv commented 1 month ago

Added a return super when renderable is nil and partial kwarg isn't present.