Skip to content

Commit f36c271

Browse files
authored
Fix namespace Fable.React => Fable.Helpers.React
1 parent 62c0c88 commit f36c271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/using-third-party-react-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ In the example of rc-progress, to declare a `progressLine` creation function tha
7272

7373
```fsharp
7474
open Fable.Core
75-
open Fable.React
75+
open Fable.Helpers.React
7676
open Fable.Import.React
7777
open Fable.Core.JsInterop
7878

0 commit comments

Comments
 (0)