Open
Description
Problem
In Rails 7, I got an "ActionView::MissingTemplate Error
" error when I try to use jbuilder as described in the following document.
Solution
❌ Not working
<%= react_component('App', props: render(template: "/comments/index.json.jbuilder")) %>
✅ Working
<%= react_component('App', props: render(template: "/comments/index", formats: :json)) %>
Ref
Metadata
Metadata
Assignees
Labels
No labels