Stefan Loeschcke
Stefan Loeschcke
Looking forward to getting this fix out. Any chance of getting someone on the team to review this soon? Thank you.
If downgrading to 1.2.0 doesn't help then see if some ancestor component is using `usePath()` without the `active` parameter set to `false`. From the docs > The hook will automatically...
I've had success with rendering with _react-pdf_ together with _react-window_. The implementation below is inspired by the _react-virtualized_ implementation by @michaeldzjap above and the description provided by @nikonet. It's still...