flexbox-react
flexbox-react copied to clipboard
Npm dist does not seem to reflect latest version
Hey @nachoaIvarez
Was having some issues with flexShrink={0}
props not appearing, but it seems it should be handled by the isTruthyOrZero()
helper method. Looked at the installed build and that function is not there.
This is the code in the compiled lib
...
props.flexShrink ? 'flex-shrink: ' + props.flexShrink + ';' : '';
...
Do you think you can publish a fresh build to npm?