React-Table with hooks looses focus on input inside table?
问题 CodeSandBox: https://codesandbox.io/embed/react-table-editable-content-ggvcy When attempting to handle input into React-table my input is losing focus so i can only type 1 character at a time. How can i fix my render cycle to allow input? Edit: I accidently updated the sandbox with the working version of code although it has another bug: How to capture react events during a refresh update due to a focus onBlur change? 回答1: The issue is quite sneaky: when you pass a "Cell" render prop to react