π Description
Problem
// β Using array index as key - causes React bugs
{prs.map((pr, i) => (
Solution
// β Using array index as key - causes React bugs
{prs.map((pr, i) => (
What browsers are you seeing the problem on?
No response
π Relevant Screenshots (Links)
No response
π Description
Problem
// β Using array index as key - causes React bugs
{prs.map((pr, i) => (
Solution
// β Using array index as key - causes React bugs
{prs.map((pr, i) => (
What browsers are you seeing the problem on?
No response
π Relevant Screenshots (Links)
No response