Wicked PDF is incompatible with ViewComponent
radin reth

radin reth @radinreth

About: Open for Learning <Learning /> Workplace is a second home. Everyone is your workplace are also your family members Respect them!

Location:
Phnom Penh, Cambodia
Joined:
Jan 7, 2021

Wicked PDF is incompatible with ViewComponent

Publish Date: Jun 29 '21
6 0

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
Enter fullscreen mode Exit fullscreen mode

Update view

= render(ViewComponent.new)
Enter fullscreen mode Exit fullscreen mode

to

= render_component(ViewComponent.new)
Enter fullscreen mode Exit fullscreen mode

Comments 0 total

    Add comment