I'm running into a strange issue with Gleam hello world program on MacOS. I simply created the program using gleam new and every build returns the following error:
24 │ import gleam/dynamic.{Dynamic}
│ ^^^^^^^ Did you mean `dynamic`?
The module `gleam/dynamic` does not have a `Dynamic` value.
Does anyone have any idea what causes this or has anyone faced something similar?
