diff --git a/content/en/docs/releasenotes/studio-pro/10/10.21.md b/content/en/docs/releasenotes/studio-pro/10/10.21.md index 36ec1b010ca..ed473f987ca 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.21.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.21.md @@ -5,6 +5,7 @@ description: "The release notes for Mendix Studio Pro 10.21 (including all patch weight: 79 # KI: "Runtime-only changes": UFC-1647 # KI: "The debugger does not reconnect": UFC-1644 +# KI: "When opening, editing, or creating": Zendesk Problem 282636 --- {{% alert color="info" %}}For highlights of this release, see the [Mendix Release 10.21](https://www.mendix.com/blog/mendix-release-10-21-ai-ai-ai-boosting-developer-productivity/) blog post.{{% /alert %}} @@ -27,6 +28,7 @@ weight: 79 * Fixed in [10.24.4](/releasenotes/studio-pro/10.24/#fix-debugger-runtime-only) and [11.1.0](/releasenotes/studio-pro/11.1/#fix-debugger-runtime-only). * In the React client, the debugger does not reconnect when restarting an app. * Fixed in [10.24.4](/releasenotes/studio-pro/10.24/#fix-debugger-reconnect) and [11.1.0](/releasenotes/studio-pro/11.1/#fix-debugger-reconnect). +* When opening, editing, or creating a new microflow or workflow in Studio Pro, this error occurs: `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` The microflow or workflow is not created, and the editor does not open, preventing further development activities. ## 10.21.0 {#10210} diff --git a/content/en/docs/releasenotes/studio-pro/11/11.1.md b/content/en/docs/releasenotes/studio-pro/11/11.1.md index ed1967c8bdb..42e13db7cd1 100644 --- a/content/en/docs/releasenotes/studio-pro/11/11.1.md +++ b/content/en/docs/releasenotes/studio-pro/11/11.1.md @@ -3,6 +3,7 @@ title: "11.1" url: /releasenotes/studio-pro/11.1/ description: "The release notes for Mendix Studio Pro 11.1 (including all patches) with details on new features, bug fixes, and known issues." weight: 99 +# KI: "When opening, editing, or creating": Zendesk Problem 282636 --- {{% alert color="info" %}}For highlights of this release, see the [Mendix Release 11.1](https://www.mendix.com/blog/mendix-11-1-more-power-less-effort/) blog post.{{% /alert %}} @@ -132,3 +133,7 @@ weight: 99 ### Breaking Changes * We removed `com.mendix.modules.email.EmailModule` as it is no longer supported. Please use the [Email Connector](https://marketplace.mendix.com/link/component/120739) module instead. + +### Known Issues + +* When opening, editing, or creating a new microflow or workflow in Studio Pro, this error occurs: `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` The microflow or workflow is not created, and the editor does not open, preventing further development activities. \ No newline at end of file