reactjs / react.dev

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

the results shoude be 1,2,3 instead of 2,4,6[Bug]: #6857

Closed zhiyixu closed 6 months ago

zhiyixu commented 6 months ago

Summary

is this result correct?
I have test the code on other webset and the result is 1,2,3.

result from https://playcode.io/react

Page

https://react.dev/learn/describing-the-ui

Details

see summary.

harish-sethuraman commented 6 months ago

It is 2,4,6 because of strict mode. Probably you have disabled strict mode where you have tested