material-ui-next-pickers icon indicating copy to clipboard operation
material-ui-next-pickers copied to clipboard

'TypeError: Cannot read property 'updatePosition' of null'

Open minimicrowave opened this issue 5 years ago • 3 comments

I'm getting the above error when trying to display a simple Date Component.

<DateFormatInput name='date-input' value={new Date()} onChange={this.onChangeDate}/>

More details of error image

Here are the version of my dependencies:

    "@material-ui/core": "^4.1.0",
    "@material-ui/icons": "^3.0.2",
    "@material-ui/lab": "^4.0.0-alpha.15",
    "@material-ui/pickers": "^3.1.0",
    "material-ui-next-pickers": "0.0.20",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "react-redux": "^7.1.0",
    "react-scripts": "2.1.8",
  },

Are there any proposed fixes?

minimicrowave avatar Jun 13 '19 03:06 minimicrowave

i have same problem, how can i fix it ??? my version material-ui-next-pickers also is 0.0.20 @chingyawhao

nguyengiahuynh avatar Aug 06 '19 10:08 nguyengiahuynh

Same issue on 0.0.22.

AnthonyMyatt avatar Mar 03 '21 05:03 AnthonyMyatt

Screenshot 2021-03-05 at 11 29 16 AM Looking at the code from 0.0.22 This should have been fixed

chingyawhao avatar Mar 05 '21 03:03 chingyawhao