maslianok / react-resize-detector

A Cross-Browser, Event-based, Element Resize Detection for React
http://maslianok.github.io/react-resize-detector/
MIT License
1.25k stars 91 forks source link

react-resize-detector/withPolyfill doesn't exist #123

Closed TaekwanMin closed 3 years ago

TaekwanMin commented 3 years ago

import ResizeObserver from "react-resize-detector/withPolyfill"

causes

module not found error.

I installed v6.1.0 with yarn

maslianok commented 3 years ago

@TaekwanMin sorry, it should be react-resize-detector/build/withPolyfill

I'm going to change readme.