Nathan Smith

Results 14 comments of Nathan Smith

So, I was wondering about this too, and I pulled down the Demo and refactored the SampleClass into a functional component to look like this: ``` jsx const SampleClass =...

although, now that I'm actually trying to require this in my project I seem to be running into this issue. Doesn't make a lot of sense that it would work...

ah, nevermind, it does work. However, ecology currently does not support extracting 'createElement' from react. So this works: ``` jsx import React from 'react'; const SampleDivComp = (props) => (...

Actually fixes #3, lol, typo'd the commit message.