Skip to content

Commit 3cf029d

Browse files
docs(troubleshooting): shadow DOM
1 parent 4988c6a commit 3cf029d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/docs/troubleshooting.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,13 @@ Check the examples for the [`anchorSelect`](./examples/anchor-select) and [`rend
148148
<Tooltip id="my-tooltip" />
149149
```
150150

151+
## The tooltip doesn't work when using a Shadow DOM
152+
153+
ReactTooltip currently does not support Shadow DOM usage, but it is on our roadmap.
154+
155+
See [issue #1029](https://github.com/ReactTooltip/react-tooltip/issues/1029) and [PR #1068](https://github.com/ReactTooltip/react-tooltip/pull/1068) for more info.
156+
157+
151158
## `Can't import the named export 'xxx' from non EcmaScript module (only default export is available)`
152159

153160
This problem can be fixed by adding a rule to your `webpack.config.js` file (or equivalent).

0 commit comments

Comments
 (0)