Skip to content

Commit

Permalink
fix tip
Browse files Browse the repository at this point in the history
  • Loading branch information
arturi committed Dec 24, 2023
1 parent 03dbd79 commit dc7f6b5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions blog/2023-12-3.13-3.21.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,13 @@ const uppy = new Uppy()
.use(GoogleDrive);
```

:::tip The old way via `.use(ImageEditor, { target: Dashboard })` and
:::tip

The old way via `.use(ImageEditor, { target: Dashboard })` and
`.use(Dashboard, { plugins: ['Webcam', 'GoogleDrive'] })` still works, but we
encourage you to use the new syntax :::
encourage you to use the new syntax.

:::

Bug fixes:

Expand Down

0 comments on commit dc7f6b5

Please sign in to comment.