Skip to content

fullLinkJS: Missing StoreModule right after the super constructor call #5115

@ivan-klass

Description

@ivan-klass

Got error after update to scala 3.6.2 scala-js 1.18.1

[error] file:/home/ross/src/log4s/core/js/src/main/scala/org/log4s/log4sjs/ExceptionInfo.scala(14:9:JSConstructorDef): Missing StoreModule right after the super constructor call
[error] There were 1 ClassDef checking errors.

The minimal reproducible example:

// project/plugins.sbt

addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.1")
// build.sbt

scalaVersion := "3.6.2"
crossScalaVersions := Seq()

enablePlugins(ScalaJSPlugin)

libraryDependencies += "org.log4s" %%% "log4s" % "1.10.0"

No source code needed, just dependency to log4s.

The error itself seems to reference that file ExceptionInfo.scala

Metadata

Metadata

Assignees

Labels

bugConfirmed bug. Needs to be fixed.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions