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

Update view after adding/editing task #9

Closed
BaderSZ opened this issue Oct 22, 2022 · 1 comment
Closed

Update view after adding/editing task #9

BaderSZ opened this issue Oct 22, 2022 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@BaderSZ
Copy link
Owner

BaderSZ commented Oct 22, 2022

Relevant to #8

After adding a task, its title remains empty and is only visible after refreshing the page.

Uncaught (in promise) TypeError: this._innerValue.zone is undefined
    get timezoneId index.esm.js:1536
    toICALJs index.esm.js:3279
    toICALJs index.esm.js:5404
    toICALJs index.esm.js:5408
    toICS index.esm.js:9952
    _callee$ tasks.js:846
    tryCatch tasks.js:26
    _invoke tasks.js:26
    defineIteratorMethods tasks.js:26
    asyncGeneratorStep tasks.js:28
    _next tasks.js:30
    _asyncToGenerator tasks.js:30
    _asyncToGenerator tasks.js:30
    createTask tasks.js:912
    wrappedActionHandler vuex.esm.js:851
    dispatch vuex.esm.js:516
    boundDispatch vuex.esm.js:406
    mappedAction vuex.esm.js:1064
    addTask HeaderBar.vue:92
    submit HeaderBar.vue:13
    VueJS 26
    addCalendar calendars.js:450
    wrappedMutationHandler vuex.esm.js:844
    commitIterator vuex.esm.js:466
    commit vuex.esm.js:465
    _withCommit vuex.esm.js:624
    commit vuex.esm.js:464
    boundCommit vuex.esm.js:409
    ./src/store/calendars.js/getCalendarsAndTrashBin/_callee/_callee$/< calendars.js:727
    _callee$ calendars.js:726
    tryCatch calendars.js:38
    _invoke calendars.js:38
    defineIteratorMethods calendars.js:38
    asyncGeneratorStep calendars.js:40
    _next calendars.js:42
    promise callback*asyncGeneratorStep calendars.js:40
    _next calendars.js:42
    _asyncToGenerator calendars.js:42
    _asyncToGenerator calendars.js:42
    getCalendarsAndTrashBin calendars.js:747
    wrappedActionHandler vuex.esm.js:851
    dispatch vuex.esm.js:516
    boundDispatch vuex.esm.js:406
index.esm.js:1536

@BaderSZ BaderSZ added the bug Something isn't working label Oct 22, 2022
@BaderSZ BaderSZ added this to the CalendarJS milestone Oct 22, 2022
@BaderSZ BaderSZ self-assigned this Oct 22, 2022
@BaderSZ
Copy link
Owner Author

BaderSZ commented Oct 22, 2022

The error code is irreleant to the issue, which should be fixed in b3c696d.

@BaderSZ BaderSZ closed this as completed Oct 22, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant