safak / youtube2022

Season 2 on Lama Dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

i got the error in admin pannel in Datatable.jsx file.

techysiddhant opened this issue · comments

Failed prop type: The prop rows is marked as required in ForwardRef(DataGrid), but its value is undefined.
image

The Code
image

const [list,setList] = useState();
use this
const [list,setList] = useState([]);