reactjs / react.dev

The React documentation website
https://react.dev/
Creative Commons Attribution 4.0 International
11.07k stars 7.55k forks source link

Bug: React Docs Beta - Keeping Components Pure #5606

Open PradipKafleDev opened 1 year ago

PradipKafleDev commented 1 year ago

Inside Keeping Components Pure you will find a topic Side Effects: (un)intended consequences, in the first example where it shows component that break this rule , the output produce by given example is not correct it return Tea cup for guest #1 Tea cup for guest #2 Tea cup for guest #3 not Tea cup for guest #2 Tea cup for guest #4 Tea cup for guest #6

yousefelgoharyx commented 1 year ago

Could you explain a bit more Provide some screenshots maybe