UNPKG

wix-style-react

Version:
13 lines (9 loc) 272 B
# `<FloatingHelper/>` ## Required Polyfills (For JSDom) ```javascript import { requestAnimationFramePolyfill, rangePolyfill } from 'wix-style-react/dist/testkit/polyfills'; beforeAll(() => { rangePolyfill.install(); requestAnimationFramePolyfill.install(); }); ```