-
Notifications
You must be signed in to change notification settings - Fork 444
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
ViewComponent Previews does not support concat
#2055
Comments
@equivalent thanks for the report. Would you be up for opening a PR with a failing test for this case? |
@joelhawksley it's on my todolist 🙂 but right now my todolist is longer than Santa's naughty list, so if anyone gets the opportunity feel free to beat me to it 🏆 |
@equivalent i would normally offer but I feel exactly like you right now, but if I have some time I will gladly open a pr with an open invitation to you |
@equivalent finally added a failing spec at #2070 now I just need to attempt to fix it 😆 |
Seeing the same issue when using helpers that use concat within my components |
for now as a temporary fix to this while a fix is still in the works I would use template's in the affected previews |
Actually in my case I managed to fix my issue by setting |
Works as expected
Works as expected
Throws error
undefined method
concat' for an instance of CardComponentPreview`The text was updated successfully, but these errors were encountered: