Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit c8c9cb9

Browse files
authored
fix: typo
1 parent d262808 commit c8c9cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Manager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import createContext, { type Context } from "create-react-context";
55
export const ManagerContext: Context<{
66
getReferenceRef?: (?HTMLElement) => void,
77
referenceNode?: ?HTMLElement,
8-
}> = createContext({ getRefeferenceRef: undefined, referenceNode: undefined });
8+
}> = createContext({ getReferenceRef: undefined, referenceNode: undefined });
99

1010
type ManagerProps = {
1111
children: Node,

0 commit comments

Comments
 (0)