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
I'm not sure if this is intentional or not, but the example instructions at http://lihaoyi.github.io/Scalatex/ put the Hello classes in a scalatex package. Is that intentional?
scala> Hello().render
:8: error: not found: value Hello
Hello().render
^
scala> scalatex.Hello().render
res1: String =
<div>
Hello World
<h1>
I am a cow!</h1></div>
The text was updated successfully, but these errors were encountered:
I'm not sure if this is intentional or not, but the example instructions at http://lihaoyi.github.io/Scalatex/ put the Hello classes in a scalatex package. Is that intentional?
scala> Hello().render
:8: error: not found: value Hello
Hello().render
^
scala> scalatex.Hello().render
res1: String =
The text was updated successfully, but these errors were encountered: