Searched refs:getStateFromPathRef (Results 1 – 3 of 3) sorted by relevance
112 const getStateFromPathRef = React.useRef(getStateFromPath); constant121 getStateFromPathRef.current = getStateFromPath;133 return path !== undefined ? getStateFromPathRef.current(path, configRef.current) : undefined;
95 const getStateFromPathRef = React.useRef(getStateFromPath);103 getStateFromPathRef.current = getStateFromPath;112 … return path !== undefined ? getStateFromPathRef.current(path, configRef.current) : undefined;
1 …getStateFromPathRef = React.useRef(getStateFromPath);\n const getActionFromStateRef = React.useRe…