Searched refs:configRef (Results 1 – 3 of 3) sorted by relevance
110 const configRef = React.useRef(config); constant119 configRef.current = config;133 return path !== undefined ? getStateFromPathRef.current(path, configRef.current) : undefined;186 const action = getActionFromStateRef.current(state, configRef.current);
93 const configRef = React.useRef(config);101 configRef.current = config;112 … return path !== undefined ? getStateFromPathRef.current(path, configRef.current) : undefined;152 const action = getActionFromStateRef.current(state, configRef.current);
1 …configRef = React.useRef(config);\n const getInitialURLRef = React.useRef(getInitialURL);\n cons…