Skip to content

TypeError: undefined is not an object (evaluating '_fiona.default.curry') #1

@pdsouza

Description

@pdsouza

I get the following error when trying to use the default export like:

import F from '@mirailabs/fiona';

const curriedFn = F.curry(...);

results in this error:

TypeError: undefined is not an object (evaluating '_fiona.default.curry')

If I destructure curry everything works fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions