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

Clicking "Reset all settings" results in TypeError #6759

Closed
fniessink opened this issue Aug 2, 2023 · 0 comments · Fixed by #6772
Closed

Clicking "Reset all settings" results in TypeError #6759

fniessink opened this issue Aug 2, 2023 · 0 comments · Fixed by #6772
Assignees
Labels
Bug Something isn't working
Milestone

Comments

@fniessink
Copy link
Member

Describe the bug
Clicking "Reset all settings" results in TypeError:

TypeError: e.getFullYear is not a function. (In 'e.getFullYear()', 'e.getFullYear' is undefined)

In dev mode:

Uncaught runtime errors:
×
ERROR
date.getFullYear is not a function. (In 'date.getFullYear()', 'date.getFullYear' is undefined)
toISODateStringInCurrentTZ@http://localhost:3000/static/js/bundle.js:19866:43
handleDateChange@http://localhost:3000/static/js/bundle.js:188:86
onClick@http://localhost:3000/static/js/bundle.js:5548:33
@http://localhost:3000/static/js/bundle.js:103162:67
callCallback@http://localhost:3000/static/js/bundle.js:63822:23
dispatchEvent@[native code]
invokeGuardedCallbackDev@http://localhost:3000/static/js/bundle.js:63866:33
invokeGuardedCallback@http://localhost:3000/static/js/bundle.js:63923:40
invokeGuardedCallbackAndCatchFirstError@http://localhost:3000/static/js/bundle.js:63937:34
executeDispatch@http://localhost:3000/static/js/bundle.js:68081:46
processDispatchQueueItemsInOrder@http://localhost:3000/static/js/bundle.js:68107:26
processDispatchQueue@http://localhost:3000/static/js/bundle.js:68118:41
dispatchEventsForPlugins@http://localhost:3000/static/js/bundle.js:68127:27
batchedUpdates$1@http://localhost:3000/static/js/bundle.js:82679:18
batchedUpdates@http://localhost:3000/static/js/bundle.js:63670:34
dispatchEventForPluginEventSystem@http://localhost:3000/static/js/bundle.js:68286:21
dispatchEventWithEnableCapturePhaseSelectiveHydrationWithoutDiscreteEventReplay@http://localhost:3000/static/js/bundle.js:65792:42
dispatchEvent@http://localhost:3000/static/js/bundle.js:65786:88
dispatchDiscreteEvent@http://localhost:3000/static/js/bundle.js:65763:22
dispatchDiscreteEvent@[native code]
ERROR
date.getFullYear is not a function. (In 'date.getFullYear()', 'date.getFullYear' is undefined)
toISODateStringInCurrentTZ@http://localhost:3000/static/js/bundle.js:19866:43
handleDateChange@http://localhost:3000/static/js/bundle.js:188:86
onClick@http://localhost:3000/static/js/bundle.js:5548:33
@http://localhost:3000/static/js/bundle.js:103162:67
callCallback@http://localhost:3000/static/js/bundle.js:63822:23
dispatchEvent@[native code]
invokeGuardedCallbackDev@http://localhost:3000/static/js/bundle.js:63866:33
invokeGuardedCallback@http://localhost:3000/static/js/bundle.js:63923:40
invokeGuardedCallbackAndCatchFirstError@http://localhost:3000/static/js/bundle.js:63937:34
executeDispatch@http://localhost:3000/static/js/bundle.js:68081:46
processDispatchQueueItemsInOrder@http://localhost:3000/static/js/bundle.js:68107:26
processDispatchQueue@http://localhost:3000/static/js/bundle.js:68118:41
dispatchEventsForPlugins@http://localhost:3000/static/js/bundle.js:68127:27
batchedUpdates$1@http://localhost:3000/static/js/bundle.js:82679:18
batchedUpdates@http://localhost:3000/static/js/bundle.js:63670:34
dispatchEventForPluginEventSystem@http://localhost:3000/static/js/bundle.js:68286:21
dispatchEventWithEnableCapturePhaseSelectiveHydrationWithoutDiscreteEventReplay@http://localhost:3000/static/js/bundle.js:65792:42
dispatchEvent@http://localhost:3000/static/js/bundle.js:65786:88
dispatchDiscreteEvent@http://localhost:3000/static/js/bundle.js:65763:22
dispatchDiscreteEvent@[native code]
@fniessink fniessink added the Bug Something isn't working label Aug 2, 2023
@fniessink fniessink added this to the v5.1 milestone Aug 2, 2023
@fniessink fniessink self-assigned this Aug 3, 2023
fniessink added a commit that referenced this issue Aug 3, 2023
fniessink added a commit that referenced this issue Aug 4, 2023
fniessink added a commit that referenced this issue Aug 4, 2023
@fniessink fniessink moved this to Released in Quality-time backlog May 24, 2024
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
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant