You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/troubleshooting.mdx
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -148,6 +148,13 @@ Check the examples for the [`anchorSelect`](./examples/anchor-select) and [`rend
148
148
<Tooltip id="my-tooltip"/>
149
149
```
150
150
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
+
151
158
## `Can't import the named export 'xxx' from non EcmaScript module (only default export is available)`
152
159
153
160
This problem can be fixed by adding a rule to your `webpack.config.js` file (or equivalent).
0 commit comments