Gus Vargas

Results 2 comments of Gus Vargas

https://github.com/HubSpot/react-experiments/blob/master/src/parametrize.js#L72-L76 Does that `span` need to be there? Could it just be: ```javascript return renderedChildren; ```

Oh right, I didn't consider that `renderedChildren` is actually an array.