i want to change the input focus.
class Store { flag=false; changeFocus(){ this.flag = true; } } const CallAction = ()=>{ const {store} = useS