Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
None
-
6.2.0
-
None
-
Windows 10
Description
Like title says. I know we cannot JSON.stringify on QML object but it should not cause crashing
At lease throw an error
import QtQuick 2.12
Item {
id: item
Component.onCompleted: JSON.stringify(item)
}