Hello, we recently updated to 4.19. I was using 'hybrid' mode for creating all drawings types (circle, rectangle, polygon) with SketchViewModel. But now when I draw a circle, I see this error in the console.
Accessor#set 'hybrid' is not a valid value for this property, only the following values are valid: 'freehand', 'click'
So I can't use hybrid mode on circle anymore? (We still want both click and freehand feature in our app)
I have the same problem