Closed mhils closed 8 years ago
Steps to reproduce:
The issue is that https://github.com/mitmproxy/mitmproxy/blob/master/web/src/js/ducks/utils/list.js currently implements updates as remove-then-add. This breaks if no sort function is specified and we rely on natural list ordering.
Steps to reproduce:
The issue is that https://github.com/mitmproxy/mitmproxy/blob/master/web/src/js/ducks/utils/list.js currently implements updates as remove-then-add. This breaks if no sort function is specified and we rely on natural list ordering.