Zaid-Ajaj / Feliz

A fresh retake of the React API in Fable and a collection of high-quality components to build React applications in F#, optimized for happiness
https://zaid-ajaj.github.io/Feliz/
MIT License
540 stars 78 forks source link

Clarify need to install use-sync-external-store via npm or use femto #620

Closed DaveJohnson8080 closed 3 weeks ago

DaveJohnson8080 commented 3 weeks ago

The documentation says to simply install Feliz.UseElmish via dotnet package add command. This will lead to an error about missing the use-sync-external-store dependency. The femto install handles this.

Updating the documentation to reflect this and avoid issues during install.