/feliz-material-ui-fable-3

Reproduce bug with Feliz.MaterialUI + Fable 3

Primary LanguageF#

Repo to reproduce Feliz.MaterialUI error using Fable 3.

Setup

  1. Install .NET Core SDK
  2. Install tools.
    dotnet tool restore

Reproduce

  1. Start the web app.
dotnet fake build -t Start
  1. Navigate to http://localhost:3000

  2. Open up the dev console and you should see a few errors.

    get-pallet-is-not-a-function

  3. If you comment out line 13 and uncomment line 14 in App.fs then the app will work.

    style-background-color