67c678121f
Backend returns DBElement with properties_json (string), not properties (object). CanvasPreview accessed el.properties.stroke directly → undefined → React crash → white screen. Fix: transform raw API response to CADElement format with JSON.parse(properties_json).