elm-live icon indicating copy to clipboard operation
elm-live copied to clipboard

elm-live adds "undefined" text to the document

Open DavidDTA opened this issue 5 years ago • 4 comments

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

DavidDTA avatar Nov 25 '20 10:11 DavidDTA

I will take a look at this! Do you have a repo that can reproduce this bug?

wking-io avatar Mar 06 '21 22:03 wking-io

This repo produces the issue: https://github.com/DavidDTA/timetrack

DavidDTA avatar Jul 03 '21 22:07 DavidDTA

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.

niehusst avatar Jan 08 '23 03:01 niehusst

Just wanted to chip in and say that I have this exact problem.

AsbjornOlling avatar Feb 13 '24 21:02 AsbjornOlling