The build fails for me locally with the error below. I vaguely remember this being related to the Fable.React.Types dependency elmish/react#68.
Feliz.ReactFlow/src/Docs/views/Feliz.ReactFlow/FelizReactFlow.ExampleFlow.fs(16,13): error FS0074: The type referenced through 'Fable.React.ReactElement' is defined in an assembly that is not referenced. You must add a reference to assembly 'Fable.React'. [Feliz.ReactFlow/src/Docs/App.fsproj]
The build fails for me locally with the error below. I vaguely remember this being related to the
Fable.React.Typesdependency elmish/react#68.