I am tickling with Algolia autocomplete, and I am trying to replicate their custom renderer in react using the class component. This is the sandbox of the minimal demo of custom renderer using functional component, and here is my attempt to convert it into a class component. and the sandbox of the same version, I also tried using componentDidUpdate() but