Skip to content
This repository was archived by the owner on Nov 10, 2020. It is now read-only.
This repository was archived by the owner on Nov 10, 2020. It is now read-only.

Npm dist does not seem to reflect latest version #52

@hampusohlsson

Description

@hampusohlsson

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions