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
error: Unknown module value
┌─ /home/michael/root/projects/gleam-lang/plug/src/wisp/plug.gleam:57:7
│
57 │ wisp.Request(
│ ^^^^^^^^
The module `wisp` does not have a `Request` value.
It might be helpful it also said something like "There is a Request type in wisp but that cannot be constructed directly. You need to import a type constructor..." Or something like this? With the right words? And better?
Or maybe that is just too complex in this case as wisp.Request is a type alias for something that isn't normally created directly?
The text was updated successfully, but these errors were encountered:
As reported on Discord.
I'm currently getting an error:
It might be helpful it also said something like "There is a Request type in wisp but that cannot be constructed directly. You need to import a type constructor..." Or something like this? With the right words? And better?
Or maybe that is just too complex in this case as wisp.Request is a type alias for something that isn't normally created directly?
The text was updated successfully, but these errors were encountered: