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
Describe the bug
A clear and concise description of what the bug is.
import React from 'react'
import DatePicker, { DayValue, DayRange, Day } from 'react-modern-calendar-datepicker'
we cannot remove elements of "react-modern-calendar-datepicker",
follow in below the example can be useful for you,
finally why?? because the library was old 👎 also I don't see any 'dev/contribute' feedback....
Describe the bug
A clear and concise description of what the bug is.
import React from 'react'
import DatePicker, { DayValue, DayRange, Day } from 'react-modern-calendar-datepicker'
function App() {
const [day, setDay] = React.useState(null);
const [dayRange, setDayRange] = React.useState({
from: null,
to: null
});
const [days, setDays] = React.useState<Day[]>([]);
return (
<>
</>
);
}
export default App
Reproduced Version on CodeSandbox
Here it is on CodeSandBox: Link
Expected behavior
A clear and concise description of what you expected to happen.
The text was updated successfully, but these errors were encountered: