flexbox-react icon indicating copy to clipboard operation
flexbox-react copied to clipboard

Npm dist does not seem to reflect latest version

Open hampusohlsson opened this issue 6 years ago • 0 comments

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?

hampusohlsson avatar Apr 03 '18 21:04 hampusohlsson