const { idePreview } = props; const { code, config, props: p } = idePreview; return <Widget code={code} props={p} config={config} />;