-
Notifications
You must be signed in to change notification settings - Fork 648
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incompatible with view_component gem #917
Comments
If it helps, I've tested @Okatawa's fix and it works with my render loop issue as well! |
Hi, could we please look at getting this merged? Blocker for a lot of apps that use view_component |
FYI this could be unrelated, but |
Hey guys. Thanks for digging into this. Would you be open to using the same approach with A bit of context: The reasoning behind having this option in TL;DR;Are you open to adding a Thanks! |
Yes, I've long wanted to make it so that this library doesn't hook into Something like this is my desired implementation: def show
render wicked_pdf(options)
end
# or
def show
wicked_pdf(options)
end I just haven't made the time to do it. Your help would be appreciated. |
Issue description
In a project using both view_component and wicked_pdf, trying to render a pdf throws a fatal error. I suspect the issue is related to this other issue: #891
System specifications
wicked_pdf gem version (output of
cat Gemfile.lock | grep wicked_pdf
): 2.0.2wkhtmltopdf version (output of
wkhtmltopdf --version
): 12.5whtmltopdf provider gem and version if one is used: 0.12.5.4
platform/distribution and version (e.g. Windows 10 / Ubuntu 16.04 / Heroku cedar): MacOS Catalina
Stacktrace
The text was updated successfully, but these errors were encountered: