reactjs / react.dev

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

Wrong url while an error occured #6964

Closed Yassine-Zemmouriate closed 4 months ago

Yassine-Zemmouriate commented 5 months ago

useControlled.js:25 MUI: A component is changing the uncontrolled value state of Select to be controlled. Elements should not switch from uncontrolled to controlled (or vice versa). Decide between using a controlled or uncontrolled Select element for the lifetime of the component. The nature of the state is determined during the first render. It's considered controlled if the value is not undefined. More info: https://fb.me/react-controlled-components

This url is not correct : https://fb.me/react-controlled-components

rickhanlonii commented 4 months ago

Fixed, thanks!