Skip to content

Commit

Permalink
Fix diff code
Browse files Browse the repository at this point in the history
  • Loading branch information
TeyKey1 committed Oct 31, 2024
1 parent 9b70cc3 commit e1eb850
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/svelte-konva-v1-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,9 @@ When using the svelte-konva `Stage` component, svelte-konva automatically create
- id="myWrapperDiv"
- class="wrapperDivClass otherClass"
+ divWrapperProps={{
id: "myWrapperDiv",
class: "wrapperDivClass otherClass"
}}
+ id: "myWrapperDiv",
+ class: "wrapperDivClass otherClass"
+ }}
>
</Stage>
```
Expand Down

0 comments on commit e1eb850

Please sign in to comment.