From b896cc2439f2a944a8b19bb99943a4c69a571513 Mon Sep 17 00:00:00 2001 From: Dominik Biedebach Date: Wed, 14 Sep 2022 01:10:19 +0200 Subject: [PATCH] docs(extension/mention): :memo: add mention of peer dependency in mention extension --- docs/api/nodes/mention.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/api/nodes/mention.md b/docs/api/nodes/mention.md index 559e903a..8f9fb062 100644 --- a/docs/api/nodes/mention.md +++ b/docs/api/nodes/mention.md @@ -23,6 +23,12 @@ To place the popups correctly, we’re using [tippy.js](https://atomiks.github.i npm install tippy.js ``` +Since 2.0.0-beta.193 we marked the `@tiptap/suggestion` as a peer dependency. That means, you will need to install it manually. + +```bash +npm install @tiptap/suggestion +``` + ## Settings ### HTMLAttributes