nconfrey

Results 5 comments of nconfrey

> hmm that is interesting, the scroll backward is bit tricky, we are measuring and adjusting scroll position to remove this jumping, and it was working great for us. >...

I fixed a similar problem by modifying the Virtualizer to not remeasure elements when scrolling up: ``` measureElement: (element, entry, instance) => { const direction = instance.scrollDirection if (direction ===...

Downgrading to ~1.3.0 fixes this issue. Here's another codepen showing the problem: https://codesandbox.io/s/5nevr?file=/src/App.js The latest release you can't resize or drag any of the items :(

still broken for me on latest main branch -- dependencies need to be updated

@thatguyintech unfortunately still doesn't compile, this time with a webpack error: ``` $ npm start > [email protected] start > react-app-rewired start Failed to compile. Invalid configuration object. Webpack has been...