Hi,
I encountered the following issue while trying the code snipped on top of the Widget.Customage page:
-- TYPE MISMATCH --------------- /home/axel/dev/elm-ui-widget-experimentation/src/Main.elm
This function cannot handle the argument sent through the (|>) pipe:
29| (Material.containedButton
30| |> Customize.element [ Element.width Element.fill ]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The argument is:
Material.Palette -> Internal.Button.ButtonStyle msg
But (|>) is piping it to a function that expects:
{ a | element : List (Attribute msg) }
Hi, I encountered the following issue while trying the code snipped on top of the Widget.Customage page:
Here is a repo where I produced the bug.
Cheers