Studio SDK 1.0.64
Added first-class support for building Studio UI with public React layout components from @grapesjs/studio-sdk/react. If you're a React consumer, now you can build the editor UI more naturally.
<StudioEditor options={{ ... }} withComponents>
<div className="...">
<StudioSidebarLeft>...</StudioSidebarLeft>
<StudioCanvas/>
<StudioSidebarRight>...</StudioSidebarRight>
</div>
</StudioEditor>
Read more about it in React Layout Components.