do some renaming
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
e6ab18c9ba
commit
2b37fe7624
2 changed files with 4 additions and 4 deletions
|
@ -109,7 +109,7 @@ const reducer = (state, action) => {
|
|||
}
|
||||
};
|
||||
|
||||
export const RovingTabIndexContextWrapper = ({children}) => {
|
||||
export const RovingTabIndexContextProvider = ({children}) => {
|
||||
const [state, dispatch] = useReducer(reducer, {
|
||||
activeRef: null,
|
||||
refs: [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue