Skip to content
This repository was archived by the owner on Sep 13, 2021. It is now read-only.

Error in stackblitz demo case for the Custom Footer #170

@caiofcm

Description

@caiofcm

The demo in the stackblitz is trowing an error:

ERROR TypeError: moment is not a function

Changing the imports fixed the issue:

// import * as moment from 'moment';
import moment from 'moment'; //new line

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