We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f30448 commit 14903ceCopy full SHA for 14903ce
app/views/welcome/index.html.erb
@@ -1,3 +1,3 @@
1
<%= javascript_pack_tag 'application' %>
2
<%= react_component 'Post', { title: 'A working react component', body: 'Simple but effective' }, prerender: true %>
3
-<%= react_component 'User', { name: 'Timmy', body: 26 }, prerender: true %>
+<%= react_component 'User', { name: 'Timmy', age: 26 }, prerender: true %>
0 commit comments