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
example-todomvc/build/packages/glisten/src/glisten/socket/options.gleam:58:40
│
58 │ |> list.map(pair.map_first(_, dynamic.unsafe_coerce))
│ ^^^^^^^^^^^^^^
The module `gleam/dynamic` does not have a `unsafe_coerce` value.
The text was updated successfully, but these errors were encountered:
That message is unrelated to Gleam v1.5.1. It comes from using unsupported versions of dependencies, which suggests you ran gleam update before building the application. If you use the locked versions it will work.
The text was updated successfully, but these errors were encountered: