When I'm trying to use Enum.map it throws following error: ``` Elixir.Inspect.js:78 Uncaught ReferenceError: $Inspect$List$ is not defined at Elixir.Inspect.js:78 ``` figured out that `Elixir.Inspect.List.js` want to import itself
When I'm trying to use Enum.map it throws following error:
figured out that
Elixir.Inspect.List.jswant to import itself