https://github.com/deeppatel234/react-context-devtool/blob/2ccacdbc6f729586b7215c5e5748b7ba820e21da/packages/devtool-extenstion/src/containers/UseReducerView/index.js#L117 The scrollbar doesn't automatically scroll to the bottom on dispatch. Adding a `tabindex="1"` to the last `<li>` in that `<ul>` should solve it. Or maybe using a ref.