There was an error while loading. Please reload this page.
1 parent dc03cf9 commit 7ee83f8Copy full SHA for 7ee83f8
1 file changed
src/Feliz/React/React.fs
@@ -435,7 +435,6 @@ useLayoutEffect(() => {
435
/// it will read the current context value from the closest matching Provider above it in the tree.
436
/// </summary>
437
/// <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!
439
[<ImportMember("react")>]
440
static member inline createContext<'a>(?defaultValue: 'a) : ReactContext<'a> = jsNative
441
0 commit comments