react-datetime-picker
react-datetime-picker copied to clipboard
<Fit />'s child does not have absolute position. You should apply `position: absolute` to it.
Keep getting this warning in the console log from this component
Also running into this, any updates?
Nothing on my end
I got this react_devtools_backend.js:4049 <Fit />'s child needed to have its height decreased to 99px.
but it happens only when the developer tools is open at the bottom and if I move it in a way there is more space or if the developer console is moved to the side. it does not show up. I assume it should be connected to the lesser space that happens when the developer tools is open.
I'm getting this too
.react-datetime-picker__calendar--open,
.react-datetime-picker__calendar--closed,
.react-datetime-picker__clock--open,
.react-datetime-picker__clock--closed {
position: absolute;
}
.react-datetime-picker__calendar--open, .react-datetime-picker__calendar--closed, .react-datetime-picker__clock--open, .react-datetime-picker__clock--closed { position: absolute; }
In what property should I put this? in a custom css file then link that file to className property? or should I modify the css file of the lib in the node modules?
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 14 days.
This issue was closed because it has been stalled for 14 days with no activity.
https://github.com/wojtekmaj/react-date-picker/issues/425