Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors with 'dotnet run' #5

Open
pipsie100 opened this issue Jun 9, 2021 · 0 comments
Open

Errors with 'dotnet run' #5

pipsie100 opened this issue Jun 9, 2021 · 0 comments

Comments

@pipsie100
Copy link

/var/www/kentekenkaartuitlezen/_safe/src/Client/.fable/Sutil.1.0.0-alpha-004/Html.fs(35,34): (35,44) error FSHARP: The type 'HtmlHelper' is not defined. Maybe you want one of the following:
Html (code 39)
/var/www/kentekenkaartuitlezen/_safe/src/Client/.fable/Sutil.1.0.0-alpha-004/Html.fs(43,15): (43,25) error FSHARP: The type 'AttrHelper' is not defined. (code 39)
/var/www/kentekenkaartuitlezen/_safe/src/Client/.fable/Sutil.1.0.0-alpha-004/Bulma.fs(19,9): (22,10) error FSHARP: No overloads match for method 'div'.

Known type of argument: NodeFactory list

Available overloads:

  • static member Html.div : children:#seq<Fable.React.ReactElement> -> Fable.React.ReactElement // Argument 'children' doesn't match
  • static member Html.div : value:Fable.React.ReactElement -> Fable.React.ReactElement // Argument 'value' doesn't match
  • static member Html.div : value:float -> Fable.React.ReactElement // Argument 'value' doesn't match
  • static member Html.div : value:int -> Fable.React.ReactElement // Argument 'value' doesn't match
  • static member Html.div : value:string -> Fable.React.ReactElement // Argument 'value' doesn't match
  • static member Html.div : xs:IReactProperty list -> Fable.React.ReactElement // Argument 'xs' doesn't match (code 41)
    /var/www/kentekenkaartuitlezen/_safe/src/Client/.fable/Sutil.1.0.0-alpha-004/Bulma.fs(21,13): (21,30) error FSHARP: No overloads match for method 'select'.

Known type of argument: NodeFactory list

Available overloads:

  • static member Html.select : children:#seq<Fable.React.ReactElement> -> Fable.React.ReactElement // Argument 'children' doesn't match
  • static member Html.select : xs:IReactProperty list -> Fable.React.ReactElement // Argument 'xs' doesn't match (code 41)
    /var/www/kentekenkaartuitlezen/_safe/src/Client/.fable/Sutil.1.0.0-alpha-004/Bulma.fs(31,53): (31,139) error FSHARP: No overloads match for method 'div'.

Known type of argument: NodeFactory list

Available overloads:

  • static member Html.div : children:#seq<Fable.React.ReactElement> -> Fable.React.ReactElement // Argument 'children' doesn't match
  • static member Html.div : value:Fable.React.ReactElement -> Fable.React.ReactElement // Argument 'value' doesn't match
  • static member Html.div : value:float -> Fable.React.ReactElement // Argument 'value' doesn't match
  • static member Html.div : value:int -> Fable.React.ReactElement // Argument 'value' doesn't match
  • static member Html.div : value:string -> Fable.React.ReactElement // Argument 'value' doesn't match
  • static member Html.div : xs:IReactProperty list -> Fable.React.ReactElement // Argument 'xs' doesn't match (code 41)
    /var/www/kentekenkaartuitlezen/_safe/src/Client/.fable/Sutil.1.0.0-alpha-004/Bulma.fs(31,93): (31,137) error FSHARP: No overloads match for method 'select'.

Known type of argument: NodeFactory list

Available overloads:

  • static member Html.select : children:#seq<Fable.React.ReactElement> -> Fable.React.ReactElement // Argument 'children' doesn't match
  • static member Html.select : xs:IReactProperty list -> Fable.React.ReactElement // Argument 'xs' doesn't match (code 41)
    /var/www/kentekenkaartuitlezen/_safe/src/Client/.fable/Sutil.1.0.0-alpha-004/Bulma.fs(73,19): (73,54) error FSHARP: No overloads match for method 'i'.

Known type of argument: NodeFactory list

Available overloads:

  • static member Html.i : children:#seq<Fable.React.ReactElement> -> Fable.React.ReactElement // Argument 'children' doesn't match
  • static member Html.i : value:Fable.React.ReactElement -> Fable.React.ReactElement // Argument 'value' doesn't match
  • static member Html.i : value:float -> Fable.React.ReactElement // Argument 'value' doesn't match
  • static member Html.i : value:int -> Fable.React.ReactElement // Argument 'value' doesn't match
  • static member Html.i : value:string -> Fable.React.ReactElement // Argument 'value' doesn't match
  • static member Html.i : xs:IReactProperty list -> Fable.React.ReactElement // Argument 'xs' doesn't match (code 41)
    /var/www/kentekenkaartuitlezen/_safe/src/Client/.fable/Sutil.1.0.0-alpha-004/Bulma.fs(84,58): (84,62) error FSHARP: No constructors are available for the type 'Html' (code 1133)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant