18.3.0 (April 25, 2024)
This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.
Read the React 19 Upgrade Guide for more info.
React
- Allow writing to
this.refsto support string ref codemod 909071 - Warn for deprecated
findDOMNodeoutside StrictMode c3b283 - Warn for deprecated
test-utilsmethods d4ea75 - Warn for deprecated Legacy Context outside StrictMode 415ee0
- Warn for deprecated string refs outside StrictMode #25383
- Warn for deprecated
defaultPropsfor function components #25699 - Warn when spreading
key#25697 - Warn when using
actfromtest-utilsd4ea75