Skip to content

Commit 10b6bc5

Browse files
authored
edit
1 parent dd7bba6 commit 10b6bc5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/en/docs/refguide/installation/upgrading-from-10-to-11.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,11 @@ if trim($User/Name) = '' then '' else $User/Name + "@mendix.com"
151151

152152
### React 19 {#react-19}
153153

154-
In Studio Pro 11.6.0, React.js was updated to version 19.0.0. This change affects both web and mobile applications. All platform supported widgets have been made compatible with React 19.0.0. Please upgrade all installed widgets to the latest published versions.
154+
In Studio Pro 11.6.0, **React.js** was updated to version 19.0.0. This change affects both web and mobile applications. All platform supported widgets have been made compatible with React 19.0.0. Please upgrade all installed widgets to the latest published versions.
155155

156-
React 19 features some breaking changes to its APIs. Notably, the previously deprecated `findDOMNode` API is now removed. Please refer to the [official React.js upgrade guide](https://react.dev/blog/2024/04/25/react-19-upgrade-guide#removed-deprecated-react-dom-apis) to make sure that widgets you are developing are compatible with Studio Pro 11.6.0 and React 19.0.0.
156+
React 19 features a few breaking changes to its APIs. Notably, the previously deprecated `findDOMNode` API is now removed. Please refer to React's [Removed deprecated React DOM APIs ](https://react.dev/blog/2024/04/25/react-19-upgrade-guide#removed-deprecated-react-dom-apis) documentation to ensure the widgets you are developing are compatible with **Studio Pro 11.6.0** and **React 19.0.0**.
157157

158-
Keep in mind that incompatibility with React 19.0.0 won't prevent your pluggable widget from compiling or your React client application from bundling. To be sure that it's compatible make sure to check the source code and test the widget in the browser or in the mobile app.
158+
Keep in mind that incompatibility with React 19.0.0 will neither prevent your pluggable widget from compiling, nor your React client application from bundling. To check your widget's compatibility, check the source code and test the widget in the browser or in the mobile app.
159159

160160
### Using the **ShowHomePage** Microflow in the **System** Module {#apply-entity-access}
161161

0 commit comments

Comments
 (0)