DeferredRender only appears to render the block #584
Answered
by
TheRealNeil
TheRealNeil
asked this question in
Help
|
Hi, and rendered it in a rails view with The html that was output contained an empty I tried with a |
Answered by
TheRealNeil
Aug 9, 2023
Replies: 1 comment 2 replies
|
That's really strange. Your code looks good to me. Have you tried putting You could also try rendering an |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
t.nameappears to be aHashso
worked and so did the string literal.
My bad, I had not changed the example
nameparameter to a named parameter but I called it as such 😞Thanks for the quick reply and prompt to debug.