-
Notifications
You must be signed in to change notification settings - Fork 433
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
Can not use "request" as argument #2111
Comments
@erikaxel Thanks for opening this! Can you share a full backtrace? |
Yeah, sorry for not including it in the original bug report. Here is the one from the demo repo:
|
Thanks! 🎉 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
Having
request
as a argument to a component fails, egRunning
render(ExampleComponent.new(request: "My Title"))
will result in:
A repo with the error is at https://github.com/erikaxel/view_component-request-bug-replica
System configuration
Using
request
worked before version 3.15, my assumption is that #2079 is the culprit.The text was updated successfully, but these errors were encountered: