We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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]
The text was updated successfully, but these errors were encountered:
Clicking "Reset all settinga" in the Settings panel would result in a…
d8faa52
… type error in the user interface. Fixes #6759.
c1fd524
baa2807
fniessink
Successfully merging a pull request may close this issue.
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:
The text was updated successfully, but these errors were encountered: