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?