-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
moment.localeData is not a function #82
Comments
I'm facing same issue, have you managed to solve it? |
@programmeranamul @mahmodHammad I'm facing the same issue, any clue on how to solve this issue ? |
I am also facing the same issue in my Vue JS Project. Does anybody has solved it? |
Yes. I had solved the issue. I had changed some code in moment-hijri core
file.
…On Mon, Oct 23, 2023, 4:02 PM Milad Rastin ***@***.***> wrote:
I am also facing the same issue. Does anybody has solved it?
—
Reply to this email directly, view it on GitHub
<#82 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASKRIKDUM5QFTUHSIW25DTTYAY6CZAVCNFSM5775AWKKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCNZXGQ4DINBXGYZA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Can you please give me an example of the changes? |
based on @programmeranamul opinion, I've changed the moment-hijri.js core file available in node_modules/moment-hijri. I only changed moment to moment/moment.
` |
can this be turned into a PR so that the issue can be permanently solved? it has been 2 years since the last update of this repo |
I am working on a sveltekit project. When I am trying to import moment-hijri, it says to me "moment.localeData is not a function". But It's working fine in my sapper project. How can I solve this?
The text was updated successfully, but these errors were encountered: