Skip to content

Commit ce5a35e

Browse files
authored
Merge pull request #11510 from mendix/ctl-add-t-error-KI
Add T Error Known Issue
2 parents 5fdecf6 + 2002ea3 commit ce5a35e

15 files changed

Lines changed: 254 additions & 0 deletions

File tree

content/en/docs/releasenotes/studio-pro/10/10.21.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description: "The release notes for Mendix Studio Pro 10.21 (including all patch
55
weight: 79
66
# KI: "Runtime-only changes": UFC-1647
77
# KI: "The debugger does not reconnect": UFC-1644
8+
# KI: "t is not a function": Zendesk Problem 282636
89
---
910

1011
{{% 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,9 @@ weight: 79
2728
* 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).
2829
* In the React client, the debugger does not reconnect when restarting an app.
2930
* 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).
31+
* A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150:
32+
* When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities.
33+
* When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error.
3034

3135
## 10.21.0 {#10210}
3236

@@ -198,3 +202,6 @@ This improvement simplifies widget code. Widget developers no longer need to set
198202
* 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).
199203
* In the React client, the debugger does not reconnect when restarting an app.
200204
* 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).
205+
* A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150:
206+
* When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities.
207+
* When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error.

content/en/docs/releasenotes/studio-pro/10/10.22.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description: "The release notes for Mendix Studio Pro 10.22 (including all patch
55
weight: 78
66
# KI: "Runtime-only changes": UFC-1647
77
# KI: "The debugger does not reconnect": UFC-1644
8+
# KI: "t is not a function": Zendesk Problem 282636
89
---
910

1011
{{% alert color="info" %}}For highlights of this release, see the [Mendix Release 10.22](https://www.mendix.com/blog/mendix-release-10-22-and-11-0-beta-1/) blog post.{{% /alert %}}
@@ -126,3 +127,6 @@ weight: 78
126127
* In the React client, the debugger does not reconnect when restarting an app.
127128
* 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).
128129
* When loading a view entity without entity access applied, an exception is thrown if it is then used in a context requiring entity access. (Tickets 257900, 259602, 260557)
130+
* A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150:
131+
* When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities.
132+
* When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error.

content/en/docs/releasenotes/studio-pro/10/10.23.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description: "The release notes for Mendix Studio Pro 10.23 (including all patch
55
weight: 77
66
# KI: "Runtime-only changes": UFC-1647
77
# KI: "The debugger does not reconnect": UFC-1644
8+
# KI: "t is not a function": Zendesk Problem 282636
89
---
910

1011
{{% alert color="info" %}}For highlights of this release, see the [Mendix Release 10.23](https://www.mendix.com/blog/mendix-release-10-23-and-11-0-beta-2/) blog post.{{% /alert %}}
@@ -76,3 +77,6 @@ weight: 77
7677
* 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).
7778
* In the React client, the debugger does not reconnect when restarting an app.
7879
* 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).
80+
* A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150:
81+
* When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities.
82+
* When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error.

0 commit comments

Comments
 (0)