Scott Schottler
Results
1
issues of
Scott Schottler
Fix for https://github.com/pomber/didact/issues/11 so jsx like this won't break rendering: ```javascript {todos.map(todo => {todo.title})} ``` `...children` coerces non array values into an array, but when children is already an array,...