アプリケーションでソーダ日付時刻を使用しようとしていPlay! scalajs
ます。
Soda date time
クライアント側で(エラーなしで)インポートされます
"org.mdedetrich" %%% "soda-time" % "0.0.1-SNAPSHOT"
しかし、私がそれを使用しようとすると、次のようになります。
val dateTime = new org.joda.DateTime(new js.Date())
次のエラーが表示されます。
type DateTime is not a member of package org.joda
欠けているものが見えない...