Skip to content

Commit dd7bba6

Browse files
committed
Updated Mendix 10 to 11 upgrade guide to mention React.js version upgrade
1 parent dc75fe4 commit dd7bba6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,14 @@ In this particular example, if you want to prevent the generation of email addre
149149
if trim($User/Name) = '' then '' else $User/Name + "@mendix.com"
150150
```
151151

152+
### React 19 {#react-19}
153+
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.
155+
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.
157+
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.
159+
152160
### Using the **ShowHomePage** Microflow in the **System** Module {#apply-entity-access}
153161

154162
In Studio Pro versions prior to 11, the default configuration was insecure: **Apply entity access** was set to `false`. In Studio Pro version 11, the **ShowHomePage** microflow in the **System** module now enforces a secure default for entity access. As a result, after upgrading to version 11, your application may report errors that were previously not detected.

0 commit comments

Comments
 (0)