virtual-list icon indicating copy to clipboard operation
virtual-list copied to clipboard

fix: rerender on wrapper height change

Open addictional opened this issue 5 years ago • 4 comments

Fix bug

Behavior :

When height of wrapper change, component doesn't rerender list of items

Related issue on ant/design repo https://github.com/ant-design/ant-design/issues/25960

ezgif com-video-to-gif

addictional avatar Aug 07 '20 16:08 addictional

This pull request is being automatically deployed with Vercel (learn more). To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/react-component/virtual-list/kz2zixijy ✅ Preview: https://virtual-list-git-fork-addictional-fixer.react-component.vercel.app

vercel[bot] avatar Aug 07 '20 16:08 vercel[bot]

Codecov Report

Merging #39 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #39   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          372       377    +5     
  Branches        96        97    +1     
=========================================
+ Hits           372       377    +5     
Impacted Files Coverage Δ
src/List.tsx 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7aae9e0...74716b5. Read the comment docs.

codecov[bot] avatar Aug 07 '20 16:08 codecov[bot]

conflict

afc163 avatar Aug 21 '20 09:08 afc163