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
The code totally same copy
but ,when I selected a date,
error happened:
Unhandled Runtime Error
TypeError: Cannot read properties of null (reading 'removeEventListener')
The text was updated successfully, but these errors were encountered:
"use client"
import React, { useState } from "react";
import "react-modern-calendar-datepicker/lib/DatePicker.css";
import DatePicker from "react-modern-calendar-datepicker";
const App = () => {
const [selectedDay, setSelectedDay] = useState(null);
return (
);
};
export default App;
The code totally same copy
but ,when I selected a date,
error happened:
Unhandled Runtime Error
TypeError: Cannot read properties of null (reading 'removeEventListener')
The text was updated successfully, but these errors were encountered: