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
Looks like the REBL isn't being fed properly from the REPL. When I evaluate a map (e.g. {:hi "there"}, the REBL gets the text output instead of the map itself, so I can't navigate through it. It works if I evaluate the map inside the REBL though. Seems like it is only getting what is printed by the REPL and not getting the value itself.
The text was updated successfully, but these errors were encountered:
Looks like the REBL isn't being fed properly from the REPL. When I evaluate a map (e.g.
{:hi "there"}
, the REBL gets the text output instead of the map itself, so I can't navigate through it. It works if I evaluate the map inside the REBL though. Seems like it is only getting what is printed by the REPL and not getting the value itself.The text was updated successfully, but these errors were encountered: