react-context-devtool
react-context-devtool copied to clipboard
Auto Scroll the Dispatches list to the latest or the most bottom one
trafficstars
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.
Hello @theskinnycoder
Thanks for the suggestion. i will check and fix the experience.