-
-
Notifications
You must be signed in to change notification settings - Fork 97
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
Error: undefined method `value' for :call:Symbol #1434
Comments
Hey @chimpanstache - any chance you could share your users_controller.rb file? If not, could you potentially try to format it while removing private content and get it down to a small reproduction? I can't do anything without a little more information unfortunately. |
Hey @kddnewton, there are only 2 contexts where
copilot explanation here if helpful:
Let me know if a larger code sample is necessary, thank you for helping me |
foo.() Do you see anything like that? |
Indeed, here it is:
|
Great! Now that we've found that, can you tell me the version of the |
Nice, there it is:
|
Is there anywhere else in that file that has calls like that? I'm still not quite able to reproduce here. (Thank you for your patience!) |
Actually even better, could you run |
No worries! No, it's the only place in that file. Here is the full backtrace :
|
Ah-ha! Found it. Thanks! That'll be fixed in the next release |
Fantastic! Thank you for your help. Looking forward the next release |
In the meantime you can take the following steps:
|
|
Bumping into this error:
here are my ruby and node versions:
Same versions are used inside the project repository.
Here are my Prettier and prettier-ruby versions inside my package.json file:
My .prettierrc file :
My .prettierrc.json file :
The text was updated successfully, but these errors were encountered: