Javascript – When I get filter then data is undefined
Normally data fetch is good but when category data find and so filter method then get data is undefined. I think my data fetch is not right! import { useEffect, useState } from "react"; const PostDataLoad = () => {…