inline_view_component
inline_view_component copied to clipboard
Include template strings in Rails ViewComponent class definitions
Results
1
inline_view_component issues
Sort by
recently updated
recently updated
newest added
trying to use string interpolation in your template will instead try to interpolate into the heredoc, which is probably not what you want. - [ ] Update docs to recommend...