Replies: 1 comment
-
Hi, thank you for your report. I let a little bit more time for investigation but it looks for me like a bug. It looks like that export struct TestObject {
angle: angle,
label: string,
color: brush,
array: [string],
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I am experiencing an issue when updating only a sub-property of a Model.
When the model is simple, the update is successful. However, when the model is complex, I receive an error message:
Error: Could not convert value to slint model: missing modelNotify property
I believe I may be making a mistake in my code.
Here is a basic example:
.js:
.slint
Beta Was this translation helpful? Give feedback.
All reactions