Searched refs:getActionFromStateRef (Results 1 – 3 of 3) sorted by relevance
113 const getActionFromStateRef = React.useRef(getActionFromState); constant122 getActionFromStateRef.current = getActionFromState;186 const action = getActionFromStateRef.current(state, configRef.current);
96 const getActionFromStateRef = React.useRef(getActionFromState);104 getActionFromStateRef.current = getActionFromState;152 const action = getActionFromStateRef.current(state, configRef.current);
1 …getActionFromStateRef = React.useRef(getActionFromState);\n\n React.useEffect(() => {\n // ena…