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

Error in stackblitz demo case for the Custom Footer #170

Open
caiofcm opened this issue Jul 16, 2021 · 0 comments
Open

Error in stackblitz demo case for the Custom Footer #170

caiofcm opened this issue Jul 16, 2021 · 0 comments

Comments

@caiofcm
Copy link

caiofcm commented Jul 16, 2021

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant