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
Quick Summary:
Running lamdera make Generate.elm on the following code will trigger a
lamdera: Map.!: given key is not an element in the map
CallStack (from HasCallStack):
error, called at libraries/containers/containers/src/Data/Map/Internal.hs:633:17 in containers-0.6.5.1:Data.Map.Internal
error.
The error goes away if I switch the flags from Bytes to String. I would expect bytes to be supported in Lamdera since you can pass bytes through ports in Lamdera.
Quick Summary:
Running lamdera make Generate.elm on the following code will trigger a
error.
The error goes away if I switch the flags from Bytes to String. I would expect bytes to be supported in Lamdera since you can pass bytes through ports in Lamdera.
SSCCE
The text was updated successfully, but these errors were encountered: