You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 19, 2025. It is now read-only.
Hello !
I've updated material-ui-pickers just today.
if I set my DatePicker autoOk prop to false => it works, no issue
if I set my DatePicker autoOk prop to true => error at runtime :
material-ui-pickers.cjs.js:2204 Uncaught TypeError: _this.wrapper.togglePicker is not a function
at DatePickerWrapper.PickerBase._this.togglePicker (material-ui-pickers.cjs.js:2204)
at DatePickerWrapper.eval (material-ui-pickers.cjs.js:2217)
at commitCallbacks (react-dom.development.js:6163)
at commitLifeCycles (react-dom.development.js:8784)
at commitAllLifeCycles (react-dom.development.js:9946)
at HTMLUnknownElement.callCallback (react-dom.development.js:542)
at Object.invokeGuardedCallbackDev (react-dom.development.js:581)
at invokeGuardedCallback (react-dom.development.js:438)
at commitRoot (react-dom.development.js:10050)
at performWorkOnRoot (react-dom.development.js:11017)