Skip to content

Commit de263b9

Browse files
committed
Clarify limitations of batch widget conversion
1 parent cfe0755 commit de263b9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

content/en/docs/refguide/runtime/mendix-client/batch-conversion.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ weight: 40
99

1010
When migrating your application to the [React client](/refguide/mendix-client/react/), you may need to convert multiple widgets that are not compatible with the React client. Studio Pro's batch conversion feature allows you to efficiently convert multiple unsupported widgets at once, rather than converting them individually.
1111

12-
The batch conversion feature automatically identifies all widgets in your application that need to be converted for React client compatibility and provides options to convert them in bulk. This significantly reduces the time and effort required to migrate large applications to the React client.
12+
The batch conversion feature automatically identifies all non-React widgets in your application which have an automatic conversion defined for React client compatibility and provides options to convert them in bulk. This significantly reduces the time and effort required to migrate large applications to the React client.
13+
14+
{{% alert color="info" %}}
15+
Custom widgets and some platform-supported widgets cannot be converted automatically. You will need to review these and replace them with the equivalent React-compatible widgets.
16+
{{% /alert %}}
1317

1418
The batch conversion feature was introduced in Mendix version 11.4.0.
1519

0 commit comments

Comments
 (0)