react.rb
react.rb copied to clipboard
children returns [undefined] instead of [] if there are no children
children needs to check if props.children is defined before proceeding
This issue was moved to reactrb/reactrb#142