YuIT Solutions
YuIT Solutions
Also faced this problem. Redux-saga-test-plan is not working with typed-redux-saga. Error message in test: Cannot find module 'typed-redux-saga/dist'.
Hi! I have this problem too, but I made scrolling a little faster by using smooth scrolling, which is described in the [TanStack documentation](https://tanstack.com/virtual/latest/docs/framework/react/examples/smooth-scroll)
> I significantly improved our table's performance by wrapping the virtualized absolute div children with React.memo. This optimization reduces unnecessary re-renders, enhancing efficiency. > > Before memoization :- [#860 (comment)](https://github.com/TanStack/virtual/issues/860#issuecomment-2500166012)...
Thanks for your feedback!🤝 And i did this commit and after that publising. Maybe it's problem for npm🤔, because lerna doesn't work with yarn (this setting: `"npmClient": "yarn" `- it...