resize-observer icon indicating copy to clipboard operation
resize-observer copied to clipboard

👓 Resize observer for React

Results 39 resize-observer issues
Sort by recently updated
recently updated
newest added

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.24 to 28.1.8. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/jest&package-manager=npm_and_yarn&previous-version=26.0.24&new-version=28.1.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.14.30 to 18.0.17. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react&package-manager=npm_and_yarn&previous-version=16.14.30&new-version=18.0.17)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [@umijs/fabric](https://github.com/umijs/fabric) from 2.12.2 to 3.0.0. Release notes Sourced from @​umijs/fabric's releases. v3.0.0 add prettier-plugin-organize-imports 644eb07 https://github.com/umijs/fabric/compare/v2.12.2...v3.0.0 Commits 7d31a05 v3.0.0 644eb07 add prettier-plugin-organize-imports See full diff in compare view [![Dependabot...

dependencies

Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 16.9.16 to 18.0.6. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react-dom&package-manager=npm_and_yarn&previous-version=16.9.16&new-version=18.0.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [np](https://github.com/sindresorhus/np) from 6.5.0 to 7.6.2. Release notes Sourced from np's releases. v7.6.2 Work around npm bug with error reporting (#645) 6c871f9 https://github.com/sindresorhus/np/compare/v7.6.1...v7.6.2 v7.6.1 Fix error "glob pattern string required"...

dependencies

Bumps [less](https://github.com/less/less.js) from 3.13.1 to 4.1.3. Release notes Sourced from less's releases. v4.1.2 #3602 Fix currentFileInfo and index properties on nodes #3626 Fix IfStatement requires double parentheses when dividing closed...

dependencies

Bumps [glob](https://github.com/isaacs/node-glob) from 7.2.2 to 8.0.3. Changelog Sourced from glob's changelog. 8.0 Only support node v12 and higher \ is now only used as an escape character, and never as...

dependencies

可在repo内example/collection.tsx文件的onBatchResize函数内添加console.log({ size1 }),观看demo效果。当多次发生resize时,打印的size1始终是第一次渲染时的size1。 原因应该是src/SingleObserver/index.tsx内,onInternalResize用useCallback做了持久化,如果onCollectionResize发生了更新则无法通知onInternalResize做出更新。因此应该加一个 `const onCollectionResizeRef = React.useRef(onCollectionResize); onCollectionResizeRef.current = onCollectionResize;` 之类的改造; 或者src/Collection.tsx对onBatchResize用ref包装,onResize依赖传空数组做成持久化。

Bumps [gh-pages](https://github.com/tschaub/gh-pages) from 3.2.3 to 4.0.0. Release notes Sourced from gh-pages's releases. v4.0.0 This release doesn't include any breaking changes, but due to updated development dependencies, tests are no longer...

dependencies

Warning about deprecated findDOMNode usage. See [react documentation](https://reactjs.org/docs/strict-mode.html#warning-about-deprecated-finddomnode-usage). https://github.com/ant-design/ant-design/issues/26136