Closed Christewart closed 4 months ago
The first error suggests that there was a copy-paste error that removed the indentation of the line. The setupCounter(...)
line is supposed to start with 2 spaces, but the error suggests it has no leading space.
Since I just went over the whole tutorial to do #641 and experienced no such error, I'm going to consider this closed.
Code as it appears on scala-js.org: https://www.scala-js.org/doc/tutorial/scalajs-vite.html#
Error I receive: