SaravanaN
Results
2
issues of
SaravanaN
Rendering huge list of items cause performance issue. is it possible to use custom component(virtual rendering) for rendering the list ?
window.history.pushState not working as expected when jest-location-mock is used. clone [this](https://github.com/saravntbe/push-state-bug) repo to reproduce. example (below test fails.) ```js test('route should be changed', ()=>{ window.history.pushState({}, 'Test page', '/123') expect(window.location.href).toEqual('http://localhost/123') })...
bug
enhancement