From 9c629c6411fdf36f1e278f7013d8e9a3e5362963 Mon Sep 17 00:00:00 2001 From: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com> Date: Mon, 1 May 2023 16:51:31 +0300 Subject: [PATCH] Fixed the `id` in the clickable tooltip example --- docs/docs/examples/events.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/examples/events.mdx b/docs/docs/examples/events.mdx index e41e927f..305a86c6 100644 --- a/docs/docs/examples/events.mdx +++ b/docs/docs/examples/events.mdx @@ -79,7 +79,7 @@ Clicking anywhere outside the anchor element will close the tooltip. import { Tooltip } from 'react-tooltip'; import 'react-tooltip/dist/react-tooltip.css'; - ◕‿‿◕ + ◕‿‿◕