This repository was archived by the owner on Aug 28, 2022. It is now read-only.
v1.1.3
* fix(glamorous): Do not give refs to stateless function components (#57) * fix(glamorous): pass children as third argument to React.createElement (#72) Previously children were passed through as properties. That worked for pre v16 of React. Now we pass them properly as the third (variadic) argument to React.createElement Closes #71