Jay Prakash N Reddy

Results 16 comments of Jay Prakash N Reddy

I was thinking of using local storage to keep track of each checkbox's state. useEffect(() => { localStorage.setItem( `completed-${content.id}`, JSON.stringify(completed), ); }, [completed]); useEffect(() => { const savedCompleted = localStorage.getItem(`completed-${content.id}`);...

Sorry, but the above solution isn't working and I figured out why we are facing this in the first place. The check component is being re-rendered when the accordion is...

https://www.loom.com/share/8fd99e679c7d4bf9b56612389e04e17e?t=10&sid=f908802e-e4f9-4755-b028-56b5ffafa7c0 And it's working!!!

Hi, I think I might have an approach. --For tagging questions, we can likely add a "video" field to the question submission modal where users can have the option to...

I was actually waiting for this to be assigned as mentioned in contribution guidelines....

Hi @lucasbordeau, Can I work on this issue?

I’m having some trouble setting up the project. I’m encountering a "JS heap out of memory" error even after increasing the memory limit to 8GB. It seems like there might...

Hi @Nabhag8848 , I have found temporary fix for this an hour ago, trying to fix this. If the issue persists, I'll let you know.