Skip to content

Commit 7ee83f8

Browse files
authored
Remove TODO comment in createContext function
Removed TODO comment from createContext function.
1 parent dc03cf9 commit 7ee83f8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Feliz/React/React.fs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,6 @@ useLayoutEffect(() => {
435435
/// it will read the current context value from the closest matching Provider above it in the tree.
436436
/// </summary>
437437
/// <param name='defaultValue'>A default value that is only used when a component does not have a matching Provider above it in the tree.</param>
438-
/// TODO!
439438
[<ImportMember("react")>]
440439
static member inline createContext<'a>(?defaultValue: 'a) : ReactContext<'a> = jsNative
441440

0 commit comments

Comments
 (0)