Reactjs – NextJs with React + Unable to update the parent state value
I am new in NextJS and using the NextJs with React. So I am fetching the users list using trpc with useQuery. Then I am filter users lists based on user name. I have added the sample code but I…