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

autoOK bug on new version #116

Closed
liitfr opened this issue Dec 19, 2017 · 2 comments
Closed

autoOK bug on new version #116

liitfr opened this issue Dec 19, 2017 · 2 comments
Assignees
Labels
bug 🐛 Something isn't working

Comments

@liitfr
Copy link

liitfr commented Dec 19, 2017

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)

let me know if you need more details !
Mathias

@dmtrKovalenko dmtrKovalenko self-assigned this Dec 19, 2017
@dmtrKovalenko dmtrKovalenko added the bug 🐛 Something isn't working label Dec 19, 2017
@dmtrKovalenko
Copy link
Member

Oh thats looks bad, we need to fix that asap

@cherniavskii cherniavskii mentioned this issue Dec 19, 2017
1 task
@dmtrKovalenko
Copy link
Member

Fixed in 1.0.0-beta.10

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

2 participants