Skip to content

Commit

Permalink
Merge 0ab3f47 into 04f191f
Browse files Browse the repository at this point in the history
  • Loading branch information
devinem4 committed Oct 29, 2022
2 parents 04f191f + 0ab3f47 commit 8a49be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/visx-xychart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ is visible (`tooltipOpen`), tooltlip position (`tooltipLeft`, `tooltipTop`),

The `Tooltip` and `AnnotationLabel` components rely on
[`ResizeObserver`](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver)s. If your
browswer target needs a polyfill, you can either polute the `window` object or inject it cleanly
browser target needs a polyfill, you can either polute the `window` object or inject it cleanly
using the `resizeObserverPolyfill` prop for these components.

<details>
Expand Down

0 comments on commit 8a49be9

Please sign in to comment.