Fix : exportToCanvas() doc example (#8127)

pull/8220/head
Alexandre Lemoine 7 months ago committed by GitHub
parent 148b895f46
commit db2c235cd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -90,7 +90,7 @@ function App() {
<img src={canvasUrl} alt="" />
</div>
<div style={{ height: "400px" }}>
<Excalidraw ref={(api) => setExcalidrawAPI(api)}
<Excalidraw excalidrawAPI={(api) => setExcalidrawAPI(api)}
/>
</div>
</>

Loading…
Cancel
Save