Hello,
I have a repeatable crash when adding parameters to a component, here’s the video:
And here’s the JS console output
Two things to consider in the video:
- In Safari, when I drag an element onto a page, it ALWAYS adds itself above the target, rather than where the crosshatch is placed.
- Somehow this parameter text crashes the component and causes the “Uh oh”
{
“text” : “text-editor|Replace me”,
“textColor” :
{
“label” : “Colours”,
“type” : “color-pair”,
“initial” :
{
“base” : “#0b0b0b”,
“alt” : “#0b0b0b”
}
},
“fontWeight” :
{
“label” : “Weight”,
“type” : “font-weight”,
“initial” : “inherit”
}
}
Many thanks, I will experiment to try and find the cause. Bill.