Skip to content
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

Typescript warning in react-typescript calendar #5003

Open
taauntik opened this issue Aug 4, 2022 · 0 comments
Open

Typescript warning in react-typescript calendar #5003

taauntik opened this issue Aug 4, 2022 · 0 comments
Labels
bug Something isn't working forum Issues from forum large-account Reported by large customer OEM OEM customer

Comments

@taauntik
Copy link

taauntik commented Aug 4, 2022

Forum post

Steps to reproduce it:

  1. Go to this location Calendar\examples\frameworks\react\typescript\basic\src\AppConfig.ts
  2. add these code
modes : {
        agenda : {
            // Override previous method to jump by a month
            previous() {
                this.date = DateHelper.add(this.date, -1, 'month');
            },
            // Override next method to jump by a month
            next() {
                this.date = DateHelper.add(this.date, 1, 'month');
            }
        }
    },
  1. then you'll see these warnings
    Screenshot 2022-08-04 162246
@taauntik taauntik added bug Something isn't working forum Issues from forum large-account Reported by large customer OEM OEM customer labels Aug 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working forum Issues from forum large-account Reported by large customer OEM OEM customer
Projects
None yet
Development

No branches or pull requests

1 participant