elm-live
elm-live copied to clipboard
elm-live adds "undefined" text to the document
This is what my html looks like:
<html>
<head>[...]</head>
<body>
<div>[...]<div></div></div>
<!-- Inserted by Reload -->
<script src="/reload/reload.js"></script>
<!-- End Reload -->
undefined
</body>
</html>
I have confirmed that the "undefined" text does not appear when using elm make
elm-live --version
4.0.2
elm --version
0.19.1
I will take a look at this! Do you have a repo that can reproduce this bug?
This repo produces the issue: https://github.com/DavidDTA/timetrack
Also experiencing this issue (pinging since it looks like this hasnt gotten attention in over a year). Not a huge deal since I only use elm-live for local development, but it would be nice to get this fixed.
Just wanted to chip in and say that I have this exact problem.