Giter Club home page Giter Club logo

Comments (23)

Heatmanofurioso avatar Heatmanofurioso commented on May 30, 2024 1

@Ruslancic That seems to be a different issue though.

You should probably open a dedicated issue for it.

from calendar-link.

Ruslancic avatar Ruslancic commented on May 30, 2024

Not Only...
I have this error:

Error: node_modules/calendar-link/dist/interfaces.d.ts:1:8 - error TS1259: Module '"C:********/node_modules/dayjs/index"' can only be default-imported using the 'allowSyntheticDefaultImports' flag

1 import dayjs from "dayjs";
~~~~~

node_modules/dayjs/index.d.ts:3:1
3 export = dayjs;
~~~~~~~~~~~~~~~
This module is declared with using 'export =', and can only be used with a default import when using the 'allowSyntheticDefaultImports' flag.`

So i change the file node_modules/calendar-link/dist/interfaces.d.ts from

import dayjs from "dayjs";

to

import * as dayjs from "dayjs";

and all working fine.....hope so...

from calendar-link.

FindingAnand avatar FindingAnand commented on May 30, 2024

⚠️ This issue has not seen any activity in the past 2 months so I'm marking it as stale. I'll close it if it doesn't see any activity in the coming week.

from calendar-link.

Heatmanofurioso avatar Heatmanofurioso commented on May 30, 2024

Ping

from calendar-link.

FindingAnand avatar FindingAnand commented on May 30, 2024

⚠️ This issue has not seen any activity in the past 2 months so I'm marking it as stale. I'll close it if it doesn't see any activity in the coming week.

from calendar-link.

Heatmanofurioso avatar Heatmanofurioso commented on May 30, 2024

Any possible check on this?

from calendar-link.

FindingAnand avatar FindingAnand commented on May 30, 2024

⚠️ This issue has not seen any activity in the past 2 months so I'm marking it as stale. I'll close it if it doesn't see any activity in the coming week.

from calendar-link.

Heatmanofurioso avatar Heatmanofurioso commented on May 30, 2024

Once again. Any possible look on this?

from calendar-link.

FindingAnand avatar FindingAnand commented on May 30, 2024

⚠️ This issue has not seen any activity in the past 2 months so I'm marking it as stale. I'll close it if it doesn't see any activity in the coming week.

from calendar-link.

Heatmanofurioso avatar Heatmanofurioso commented on May 30, 2024

Ditto...

from calendar-link.

FindingAnand avatar FindingAnand commented on May 30, 2024

⚠️ This issue has not seen any activity in the past 2 months so I'm marking it as stale. I'll close it if it doesn't see any activity in the coming week.

from calendar-link.

Heatmanofurioso avatar Heatmanofurioso commented on May 30, 2024

Anyone?

from calendar-link.

FindingAnand avatar FindingAnand commented on May 30, 2024

⚠️ This issue has not seen any activity in the past 2 months so I'm marking it as stale. I'll close it if it doesn't see any activity in the coming week.

from calendar-link.

Heatmanofurioso avatar Heatmanofurioso commented on May 30, 2024

So I'd assume the project is abandoned?

from calendar-link.

dcerniglia avatar dcerniglia commented on May 30, 2024

I'm curious to see if there will be a response to this. @Heatmanofurioso Is it safe to assume you're still having this issue? I was getting ready to use this in an Angular 13 project, but now I'm hesitating

from calendar-link.

Ruslancic avatar Ruslancic commented on May 30, 2024

I'm curious to see if there will be a response to this. @Heatmanofurioso Is it safe to assume you're still having this issue? I was getting ready to use this in an Angular 13 project, but now I'm hesitating

I think, this project is abandoned....

from calendar-link.

Heatmanofurioso avatar Heatmanofurioso commented on May 30, 2024

@dcerniglia @Ruslancic I myself stopped using it, since support really seemed to be abandoned.
There's a few similar more recent projects roaming around NPM though. You are probably better off giving one of them a try

from calendar-link.

FindingAnand avatar FindingAnand commented on May 30, 2024

⚠️ This issue has not seen any activity in the past 2 months so I'm marking it as stale. I'll close it if it doesn't see any activity in the coming week.

from calendar-link.

AnandChowdhary avatar AnandChowdhary commented on May 30, 2024

I'm not an Angular expert and I've got no idea what the issue means :( Were you able to figure out what's wrong and perhaps make a PR?

from calendar-link.

Ruslancic avatar Ruslancic commented on May 30, 2024

I'm not an Angular expert and I've got no idea what the issue means :( Were you able to figure out what's wrong and perhaps make a PR?

Just change the file calendar-link/dist/interfaces.d.ts from

import dayjs from "dayjs";

to

import * as dayjs from "dayjs";

from calendar-link.

AnandChowdhary avatar AnandChowdhary commented on May 30, 2024

Aah, thanks @Ruslancic! Can you please make a PR? Would love to have you as a contributor!

from calendar-link.

ilari-makimattila avatar ilari-makimattila commented on May 30, 2024

Hello. I bumped into this while cleaning out hacks from our codebase. I created the PR.

from calendar-link.

AnandChowdhary avatar AnandChowdhary commented on May 30, 2024

Thank you!

from calendar-link.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.