You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running this code in the browser will throw an exception ReferenceError: model is not defined.
This is a problem for me in Elmish Land (https://elmish.land/docs/core-concepts/pages) where I scaffold elmish pages. The reason for the type alias for the Model is because I want to make it is easy for the user to extend the page.
I'm using fable compiler version 4.24.0 and dotnet version 9.0.101 on macos 15.0.
The text was updated successfully, but these errors were encountered:
Having a file named
main.fsx
with the following code and runningdotnet fable
:the fable compiler generates the following javascript:
Running this code in the browser will throw an exception
ReferenceError: model is not defined
.This is a problem for me in Elmish Land (https://elmish.land/docs/core-concepts/pages) where I scaffold elmish pages. The reason for the type alias for the Model is because I want to make it is easy for the user to extend the page.
I'm using fable compiler version 4.24.0 and dotnet version 9.0.101 on macos 15.0.
The text was updated successfully, but these errors were encountered: