Issue https://github.com/github/view_component/issues/288
PR: https://github.com/github/view_component/pull/358
How to solve:
config/application.rb
config.view_component.render_monkey_patch_enabled = false
Update view
= render(ViewComponent.new)
to
= render_component(ViewComponent.new)
Top comments (0)