react-themeit
react-themeit copied to clipboard
refs can't be set on stateless components
When using themeit with react 16 on a stateless component react will log an error about stateless components not supporting refs (ofc). Themeit should check the component type before adding the ref prop.