Al Muntasir Abir
Al Muntasir Abir
I am facing the same problem. @basir sir can you take a look at that issue?
ok, i solved the problem.
@yaprakbulut most probably it's a typo . I forgot a "_" . I changed `x._id !== product.id` to `x._id !== product._id`
> @amabirbd No, this didn't solve. I checked the code but there is no wrong there. Also when my code keeps failing, I copied and pasted @basir ' s code,...
@yaprakbulut and most importantly, don't forget to restart your pc ;)
@ebbie that's probably it. Are you taking the udemy course?
It creates a lot of problems while authenticating from third party . Is there any way to delete a profile?
With Nextjs this problem is solved by setting restrict mode to false in the Nextjs config file.
very simple and helpful .
HTML ঢুকানো এই সেকশনে নিচের কোড টা নতুন ট্যাগ তৈরি করে না। ``` newDiv.innerHTML = ' DOM Manipulation is Fun! '; ``` ট্যাগ টা ডিফাইন করে দিতে হয় এইভাবে। `newDiv.innerHTML...