Skip to content

Instantly share code, notes, and snippets.

@jhegedus42
Created February 17, 2021 10:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhegedus42/9fe7acc2ca2282b9ee9a960cc33ba047 to your computer and use it in GitHub Desktop.
Save jhegedus42/9fe7acc2ca2282b9ee9a960cc33ba047 to your computer and use it in GitHub Desktop.
scalajs-react-bridge linking errors after upgrading versions
sbt:client> fastOptJS::webpack
[info] Compiling 126 Scala sources to /Users/joco/dev/im/github_private/im2020/modules/client/target/scala-2.12/classes ...
[info] Fast optimizing /Users/joco/dev/im/github_private/im2020/modules/client/target/scala-2.12/scalajs-bundler/main/client-fastopt.js
[error] Referring to non-existent method japgolly.scalajs.react.CallbackTo.japgolly$scalajs$react$CallbackTo$$f()scala.Function0
[error] called from com.payalabs.scalajs.react.bridge.package$.callbackToWriter(com.payalabs.scalajs.react.bridge.JsWriter)com.payalabs.scalajs.react.bridge.JsWriter
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.ReactCropScalajsReactBridge$.apply(scala.scalajs.js.UndefOr,scala.scalajs.js.UndefOr,scala.scalajs.js.UndefOr)com.payalabs.scalajs.react.bridge.WithPropsNoChildren
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.HintCropEditorWidget$Backend.render(client.ui.compositeWidgets.specific.visualHint.rect.HintCropperProp,scala.Option)japgolly.scalajs.react.vdom.VdomElement
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.HintCropEditorWidget.$$anonfun$comp$4(japgolly.scalajs.react.raw.React$Component)japgolly.scalajs.react.vdom.VdomElement
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.HintCropEditorWidget.comp$lzycompute()japgolly.scalajs.react.component.JsBaseComponentTemplate$ComponentWithRoot
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.HintCropEditorWidget.comp()japgolly.scalajs.react.component.JsBaseComponentTemplate$ComponentWithRoot
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.RectCropper$.$$anonfun$linkToNext$2(client.cache.Cache,scala.Function1,scala.Function2,shared.dataStorage.model.relationalWrappers.ValueWithRef,shared.dataStorage.model.VisualHint)japgolly.scalajs.react.vdom.TagOf
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.RectCropper$.$$anonfun$linkToNext$1(client.cache.Cache,scala.Function1,scala.Function2,shared.dataStorage.model.relationalWrappers.ValueWithRef)japgolly.scalajs.react.vdom.TagOf
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.RectCropper$.linkToNext(client.cache.relationalOperations.CellOptionMonad$ReadOnlyCellOption,scala.Function1,scala.Function2,client.cache.Cache)japgolly.scalajs.react.component.Js$UnmountedWithRoot
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.VisualHintEditorWidget.linkToNext$lzycompute()japgolly.scalajs.react.component.Js$UnmountedWithRoot
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.VisualHintEditorWidget.linkToNext()japgolly.scalajs.react.component.Js$UnmountedWithRoot
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.VisualHintEditorWidget.$$anonfun$getComp$1(scala.runtime.BoxedUnit)japgolly.scalajs.react.vdom.TagOf
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.VisualHintEditorWidget.render$1()scala.Function1
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.VisualHintEditorWidget.getComp()japgolly.scalajs.react.component.JsBaseComponentTemplate$ComponentWithRoot
[error] called from client.ui.navigation.LoggedInGUIRootWidget$Pages$.<init>(client.ui.navigation.LoggedInGUIRootWidget)
[error] called from client.ui.navigation.LoggedInGUIRootWidget.Pages$lzycompute$1()scala.Unit
[error] called from client.ui.navigation.LoggedInGUIRootWidget.Pages()client.ui.navigation.LoggedInGUIRootWidget$Pages$
[error] called from client.ui.navigation.LoggedInGUIRootWidget.<init>(client.cache.Cache,client.cache.Cache,client.cache.Cache,client.cache.Cache,client.cache.Cache,client.ui.compositeWidgets.specific.authentication.LoginState)
[error] called from client.ui.compositeWidgets.specific.authentication.LoginWidget.$$anonfun$loginCompRenderer$1(client.ui.compositeWidgets.specific.authentication.LoginState)japgolly.scalajs.react.vdom.VdomElement
[error] called from client.ui.compositeWidgets.specific.authentication.LoginWidget.<init>(client.cache.relationalOperations.CellOptionMonad$WriteableCellOption,client.cache.Cache,client.cache.Cache,client.cache.Cache,client.cache.Cache,client.cache.Cache)
[error] called from client.ui.RootComp.loginWidget$lzycompute()client.ui.compositeWidgets.specific.authentication.LoginWidget
[error] called from client.ui.RootComp.loginWidget()client.ui.compositeWidgets.specific.authentication.LoginWidget
[error] called from client.ui.RootComp.$$anonfun$getComp$1(scala.runtime.BoxedUnit)japgolly.scalajs.react.vdom.TagOf
[error] called from client.ui.RootComp.render$1()scala.Function1
[error] called from client.ui.RootComp.getComp()japgolly.scalajs.react.component.JsBaseComponentTemplate$ComponentWithRoot
[error] called from client.Main$.main()scala.Unit
[error] called from core module module initializers
[error] involving instantiated classes:
[error] com.payalabs.scalajs.react.bridge.package$
[error] client.ui.compositeWidgets.specific.visualHint.rect.ReactCropScalajsReactBridge$
[error] client.ui.compositeWidgets.specific.visualHint.rect.HintCropEditorWidget$Backend
[error] client.ui.compositeWidgets.specific.visualHint.rect.HintCropEditorWidget
[error] client.ui.compositeWidgets.specific.visualHint.rect.RectCropper$
[error] client.ui.compositeWidgets.specific.visualHint.rect.VisualHintEditorWidget
[error] client.ui.navigation.LoggedInGUIRootWidget
[error] client.ui.compositeWidgets.specific.authentication.LoginWidget
[error] client.ui.RootComp
[error] client.Main$
[error] Referring to non-existent method japgolly.scalajs.react.CallbackTo$.map$extension(scala.Function0,scala.Function1,japgolly.scalajs.react.CallbackTo$MapGuard)scala.Function0
[error] called from com.payalabs.scalajs.react.bridge.package$.$$anonfun$callbackToWriter$1(com.payalabs.scalajs.react.bridge.JsWriter,scala.Function0)scala.scalajs.js.Any
[error] called from com.payalabs.scalajs.react.bridge.package$.callbackToWriter(com.payalabs.scalajs.react.bridge.JsWriter)com.payalabs.scalajs.react.bridge.JsWriter
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.ReactCropScalajsReactBridge$.apply(scala.scalajs.js.UndefOr,scala.scalajs.js.UndefOr,scala.scalajs.js.UndefOr)com.payalabs.scalajs.react.bridge.WithPropsNoChildren
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.HintCropEditorWidget$Backend.render(client.ui.compositeWidgets.specific.visualHint.rect.HintCropperProp,scala.Option)japgolly.scalajs.react.vdom.VdomElement
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.HintCropEditorWidget.$$anonfun$comp$4(japgolly.scalajs.react.raw.React$Component)japgolly.scalajs.react.vdom.VdomElement
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.HintCropEditorWidget.comp$lzycompute()japgolly.scalajs.react.component.JsBaseComponentTemplate$ComponentWithRoot
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.HintCropEditorWidget.comp()japgolly.scalajs.react.component.JsBaseComponentTemplate$ComponentWithRoot
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.RectCropper$.$$anonfun$linkToNext$2(client.cache.Cache,scala.Function1,scala.Function2,shared.dataStorage.model.relationalWrappers.ValueWithRef,shared.dataStorage.model.VisualHint)japgolly.scalajs.react.vdom.TagOf
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.RectCropper$.$$anonfun$linkToNext$1(client.cache.Cache,scala.Function1,scala.Function2,shared.dataStorage.model.relationalWrappers.ValueWithRef)japgolly.scalajs.react.vdom.TagOf
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.RectCropper$.linkToNext(client.cache.relationalOperations.CellOptionMonad$ReadOnlyCellOption,scala.Function1,scala.Function2,client.cache.Cache)japgolly.scalajs.react.component.Js$UnmountedWithRoot
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.VisualHintEditorWidget.linkToNext$lzycompute()japgolly.scalajs.react.component.Js$UnmountedWithRoot
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.VisualHintEditorWidget.linkToNext()japgolly.scalajs.react.component.Js$UnmountedWithRoot
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.VisualHintEditorWidget.$$anonfun$getComp$1(scala.runtime.BoxedUnit)japgolly.scalajs.react.vdom.TagOf
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.VisualHintEditorWidget.render$1()scala.Function1
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.VisualHintEditorWidget.getComp()japgolly.scalajs.react.component.JsBaseComponentTemplate$ComponentWithRoot
[error] called from client.ui.navigation.LoggedInGUIRootWidget$Pages$.<init>(client.ui.navigation.LoggedInGUIRootWidget)
[error] called from client.ui.navigation.LoggedInGUIRootWidget.Pages$lzycompute$1()scala.Unit
[error] called from client.ui.navigation.LoggedInGUIRootWidget.Pages()client.ui.navigation.LoggedInGUIRootWidget$Pages$
[error] called from client.ui.navigation.LoggedInGUIRootWidget.<init>(client.cache.Cache,client.cache.Cache,client.cache.Cache,client.cache.Cache,client.cache.Cache,client.ui.compositeWidgets.specific.authentication.LoginState)
[error] called from client.ui.compositeWidgets.specific.authentication.LoginWidget.$$anonfun$loginCompRenderer$1(client.ui.compositeWidgets.specific.authentication.LoginState)japgolly.scalajs.react.vdom.VdomElement
[error] called from client.ui.compositeWidgets.specific.authentication.LoginWidget.<init>(client.cache.relationalOperations.CellOptionMonad$WriteableCellOption,client.cache.Cache,client.cache.Cache,client.cache.Cache,client.cache.Cache,client.cache.Cache)
[error] called from client.ui.RootComp.loginWidget$lzycompute()client.ui.compositeWidgets.specific.authentication.LoginWidget
[error] called from client.ui.RootComp.loginWidget()client.ui.compositeWidgets.specific.authentication.LoginWidget
[error] called from client.ui.RootComp.$$anonfun$getComp$1(scala.runtime.BoxedUnit)japgolly.scalajs.react.vdom.TagOf
[error] called from client.ui.RootComp.render$1()scala.Function1
[error] called from client.ui.RootComp.getComp()japgolly.scalajs.react.component.JsBaseComponentTemplate$ComponentWithRoot
[error] called from client.Main$.main()scala.Unit
[error] called from core module module initializers
[error] involving instantiated classes:
[error] com.payalabs.scalajs.react.bridge.package$
[error] client.ui.compositeWidgets.specific.visualHint.rect.ReactCropScalajsReactBridge$
[error] client.ui.compositeWidgets.specific.visualHint.rect.HintCropEditorWidget$Backend
[error] client.ui.compositeWidgets.specific.visualHint.rect.HintCropEditorWidget
[error] client.ui.compositeWidgets.specific.visualHint.rect.RectCropper$
[error] client.ui.compositeWidgets.specific.visualHint.rect.VisualHintEditorWidget
[error] client.ui.navigation.LoggedInGUIRootWidget
[error] client.ui.compositeWidgets.specific.authentication.LoginWidget
[error] client.ui.RootComp
[error] client.Main$
[error] Referring to non-existent method japgolly.scalajs.react.CallbackTo$.runNow$extension(scala.Function0)java.lang.Object
[error] called from com.payalabs.scalajs.react.bridge.package$.$$anonfun$callbackToWriter$1(com.payalabs.scalajs.react.bridge.JsWriter,scala.Function0)scala.scalajs.js.Any
[error] called from com.payalabs.scalajs.react.bridge.package$.callbackToWriter(com.payalabs.scalajs.react.bridge.JsWriter)com.payalabs.scalajs.react.bridge.JsWriter
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.ReactCropScalajsReactBridge$.apply(scala.scalajs.js.UndefOr,scala.scalajs.js.UndefOr,scala.scalajs.js.UndefOr)com.payalabs.scalajs.react.bridge.WithPropsNoChildren
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.HintCropEditorWidget$Backend.render(client.ui.compositeWidgets.specific.visualHint.rect.HintCropperProp,scala.Option)japgolly.scalajs.react.vdom.VdomElement
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.HintCropEditorWidget.$$anonfun$comp$4(japgolly.scalajs.react.raw.React$Component)japgolly.scalajs.react.vdom.VdomElement
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.HintCropEditorWidget.comp$lzycompute()japgolly.scalajs.react.component.JsBaseComponentTemplate$ComponentWithRoot
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.HintCropEditorWidget.comp()japgolly.scalajs.react.component.JsBaseComponentTemplate$ComponentWithRoot
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.RectCropper$.$$anonfun$linkToNext$2(client.cache.Cache,scala.Function1,scala.Function2,shared.dataStorage.model.relationalWrappers.ValueWithRef,shared.dataStorage.model.VisualHint)japgolly.scalajs.react.vdom.TagOf
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.RectCropper$.$$anonfun$linkToNext$1(client.cache.Cache,scala.Function1,scala.Function2,shared.dataStorage.model.relationalWrappers.ValueWithRef)japgolly.scalajs.react.vdom.TagOf
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.RectCropper$.linkToNext(client.cache.relationalOperations.CellOptionMonad$ReadOnlyCellOption,scala.Function1,scala.Function2,client.cache.Cache)japgolly.scalajs.react.component.Js$UnmountedWithRoot
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.VisualHintEditorWidget.linkToNext$lzycompute()japgolly.scalajs.react.component.Js$UnmountedWithRoot
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.VisualHintEditorWidget.linkToNext()japgolly.scalajs.react.component.Js$UnmountedWithRoot
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.VisualHintEditorWidget.$$anonfun$getComp$1(scala.runtime.BoxedUnit)japgolly.scalajs.react.vdom.TagOf
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.VisualHintEditorWidget.render$1()scala.Function1
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.VisualHintEditorWidget.getComp()japgolly.scalajs.react.component.JsBaseComponentTemplate$ComponentWithRoot
[error] called from client.ui.navigation.LoggedInGUIRootWidget$Pages$.<init>(client.ui.navigation.LoggedInGUIRootWidget)
[error] called from client.ui.navigation.LoggedInGUIRootWidget.Pages$lzycompute$1()scala.Unit
[error] called from client.ui.navigation.LoggedInGUIRootWidget.Pages()client.ui.navigation.LoggedInGUIRootWidget$Pages$
[error] called from client.ui.navigation.LoggedInGUIRootWidget.<init>(client.cache.Cache,client.cache.Cache,client.cache.Cache,client.cache.Cache,client.cache.Cache,client.ui.compositeWidgets.specific.authentication.LoginState)
[error] called from client.ui.compositeWidgets.specific.authentication.LoginWidget.$$anonfun$loginCompRenderer$1(client.ui.compositeWidgets.specific.authentication.LoginState)japgolly.scalajs.react.vdom.VdomElement
[error] called from client.ui.compositeWidgets.specific.authentication.LoginWidget.<init>(client.cache.relationalOperations.CellOptionMonad$WriteableCellOption,client.cache.Cache,client.cache.Cache,client.cache.Cache,client.cache.Cache,client.cache.Cache)
[error] called from client.ui.RootComp.loginWidget$lzycompute()client.ui.compositeWidgets.specific.authentication.LoginWidget
[error] called from client.ui.RootComp.loginWidget()client.ui.compositeWidgets.specific.authentication.LoginWidget
[error] called from client.ui.RootComp.$$anonfun$getComp$1(scala.runtime.BoxedUnit)japgolly.scalajs.react.vdom.TagOf
[error] called from client.ui.RootComp.render$1()scala.Function1
[error] called from client.ui.RootComp.getComp()japgolly.scalajs.react.component.JsBaseComponentTemplate$ComponentWithRoot
[error] called from client.Main$.main()scala.Unit
[error] called from core module module initializers
[error] involving instantiated classes:
[error] com.payalabs.scalajs.react.bridge.package$
[error] client.ui.compositeWidgets.specific.visualHint.rect.ReactCropScalajsReactBridge$
[error] client.ui.compositeWidgets.specific.visualHint.rect.HintCropEditorWidget$Backend
[error] client.ui.compositeWidgets.specific.visualHint.rect.HintCropEditorWidget
[error] client.ui.compositeWidgets.specific.visualHint.rect.RectCropper$
[error] client.ui.compositeWidgets.specific.visualHint.rect.VisualHintEditorWidget
[error] client.ui.navigation.LoggedInGUIRootWidget
[error] client.ui.compositeWidgets.specific.authentication.LoginWidget
[error] client.ui.RootComp
[error] client.Main$
[error] Referring to non-existent method japgolly.scalajs.react.component.Js$.apply(scala.scalajs.js.Any,japgolly.scalajs.react.CtorType$Summoner,sourcecode.FullName,sourcecode.Line)japgolly.scalajs.react.component.JsBaseComponentTemplate$ComponentWithRoot
[error] called from com.payalabs.scalajs.react.bridge.ReactBridgeComponent.jsComponent$lzycompute()japgolly.scalajs.react.component.JsBaseComponentTemplate$ComponentSimple
[error] called from com.payalabs.scalajs.react.bridge.ReactBridgeComponent.jsComponent()japgolly.scalajs.react.component.JsBaseComponentTemplate$ComponentSimple
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.ReactCropScalajsReactBridge$.apply(scala.scalajs.js.UndefOr,scala.scalajs.js.UndefOr,scala.scalajs.js.UndefOr)com.payalabs.scalajs.react.bridge.WithPropsNoChildren
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.HintCropEditorWidget$Backend.render(client.ui.compositeWidgets.specific.visualHint.rect.HintCropperProp,scala.Option)japgolly.scalajs.react.vdom.VdomElement
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.HintCropEditorWidget.$$anonfun$comp$4(japgolly.scalajs.react.raw.React$Component)japgolly.scalajs.react.vdom.VdomElement
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.HintCropEditorWidget.comp$lzycompute()japgolly.scalajs.react.component.JsBaseComponentTemplate$ComponentWithRoot
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.HintCropEditorWidget.comp()japgolly.scalajs.react.component.JsBaseComponentTemplate$ComponentWithRoot
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.RectCropper$.$$anonfun$linkToNext$2(client.cache.Cache,scala.Function1,scala.Function2,shared.dataStorage.model.relationalWrappers.ValueWithRef,shared.dataStorage.model.VisualHint)japgolly.scalajs.react.vdom.TagOf
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.RectCropper$.$$anonfun$linkToNext$1(client.cache.Cache,scala.Function1,scala.Function2,shared.dataStorage.model.relationalWrappers.ValueWithRef)japgolly.scalajs.react.vdom.TagOf
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.RectCropper$.linkToNext(client.cache.relationalOperations.CellOptionMonad$ReadOnlyCellOption,scala.Function1,scala.Function2,client.cache.Cache)japgolly.scalajs.react.component.Js$UnmountedWithRoot
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.VisualHintEditorWidget.linkToNext$lzycompute()japgolly.scalajs.react.component.Js$UnmountedWithRoot
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.VisualHintEditorWidget.linkToNext()japgolly.scalajs.react.component.Js$UnmountedWithRoot
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.VisualHintEditorWidget.$$anonfun$getComp$1(scala.runtime.BoxedUnit)japgolly.scalajs.react.vdom.TagOf
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.VisualHintEditorWidget.render$1()scala.Function1
[error] called from client.ui.compositeWidgets.specific.visualHint.rect.VisualHintEditorWidget.getComp()japgolly.scalajs.react.component.JsBaseComponentTemplate$ComponentWithRoot
[error] called from client.ui.navigation.LoggedInGUIRootWidget$Pages$.<init>(client.ui.navigation.LoggedInGUIRootWidget)
[error] called from client.ui.navigation.LoggedInGUIRootWidget.Pages$lzycompute$1()scala.Unit
[error] called from client.ui.navigation.LoggedInGUIRootWidget.Pages()client.ui.navigation.LoggedInGUIRootWidget$Pages$
[error] called from client.ui.navigation.LoggedInGUIRootWidget.<init>(client.cache.Cache,client.cache.Cache,client.cache.Cache,client.cache.Cache,client.cache.Cache,client.ui.compositeWidgets.specific.authentication.LoginState)
[error] called from client.ui.compositeWidgets.specific.authentication.LoginWidget.$$anonfun$loginCompRenderer$1(client.ui.compositeWidgets.specific.authentication.LoginState)japgolly.scalajs.react.vdom.VdomElement
[error] called from client.ui.compositeWidgets.specific.authentication.LoginWidget.<init>(client.cache.relationalOperations.CellOptionMonad$WriteableCellOption,client.cache.Cache,client.cache.Cache,client.cache.Cache,client.cache.Cache,client.cache.Cache)
[error] called from client.ui.RootComp.loginWidget$lzycompute()client.ui.compositeWidgets.specific.authentication.LoginWidget
[error] called from client.ui.RootComp.loginWidget()client.ui.compositeWidgets.specific.authentication.LoginWidget
[error] called from client.ui.RootComp.$$anonfun$getComp$1(scala.runtime.BoxedUnit)japgolly.scalajs.react.vdom.TagOf
[error] called from client.ui.RootComp.render$1()scala.Function1
[error] called from client.ui.RootComp.getComp()japgolly.scalajs.react.component.JsBaseComponentTemplate$ComponentWithRoot
[error] called from client.Main$.main()scala.Unit
[error] called from core module module initializers
[error] involving instantiated classes:
[error] client.ui.compositeWidgets.specific.visualHint.rect.ReactCropScalajsReactBridge$
[error] client.ui.compositeWidgets.specific.visualHint.rect.HintCropEditorWidget$Backend
[error] client.ui.compositeWidgets.specific.visualHint.rect.HintCropEditorWidget
[error] client.ui.compositeWidgets.specific.visualHint.rect.RectCropper$
[error] client.ui.compositeWidgets.specific.visualHint.rect.VisualHintEditorWidget
[error] client.ui.navigation.LoggedInGUIRootWidget
[error] client.ui.compositeWidgets.specific.authentication.LoginWidget
[error] client.ui.RootComp
[error] client.Main$
[error] Referring to non-existent method com.payalabs.scalajs.react.bridge.package$$anon$1.japgolly$scalajs$react$vdom$Builder$ToJs$$undsetter$und$addEventHandler$und$eq(scala.Function2)scala.Unit
[error] called from japgolly.scalajs.react.vdom.Builder$ToJs.$$init$()scala.Unit
[error] called from io.kinoplan.scalajs.react.bridge.package$$anon$1.<init>()
[error] called from io.kinoplan.scalajs.react.bridge.package$.extractPropsAndChildren(scala.collection.Seq)scala.Tuple2
[error] called from io.kinoplan.scalajs.react.bridge.WithProps.apply(scala.collection.Seq)io.kinoplan.scalajs.react.bridge.WithPropsAndTagsMods
[error] called from client.ui.atomicWidgets.input.SButton.<init>(java.lang.String,scala.Option)
[error] called from client.ui.compositeWidgets.specific.authentication.LoginWidget.btn$lzycompute()client.ui.atomicWidgets.input.SButton
[error] called from client.ui.compositeWidgets.specific.authentication.LoginWidget.btn()client.ui.atomicWidgets.input.SButton
[error] called from client.ui.compositeWidgets.specific.authentication.LoginWidget.vdomLoginPage$lzycompute()japgolly.scalajs.react.vdom.TagOf
[error] called from client.ui.compositeWidgets.specific.authentication.LoginWidget.vdomLoginPage()japgolly.scalajs.react.vdom.TagOf
[error] called from client.ui.compositeWidgets.specific.authentication.LoginWidget.$$anonfun$loginCompRenderer$1(client.ui.compositeWidgets.specific.authentication.LoginState)japgolly.scalajs.react.vdom.VdomElement
[error] called from client.ui.compositeWidgets.specific.authentication.LoginWidget.<init>(client.cache.relationalOperations.CellOptionMonad$WriteableCellOption,client.cache.Cache,client.cache.Cache,client.cache.Cache,client.cache.Cache,client.cache.Cache)
[error] called from client.ui.RootComp.loginWidget$lzycompute()client.ui.compositeWidgets.specific.authentication.LoginWidget
[error] called from client.ui.RootComp.loginWidget()client.ui.compositeWidgets.specific.authentication.LoginWidget
[error] called from client.ui.RootComp.$$anonfun$getComp$1(scala.runtime.BoxedUnit)japgolly.scalajs.react.vdom.TagOf
[error] called from client.ui.RootComp.render$1()scala.Function1
[error] called from client.ui.RootComp.getComp()japgolly.scalajs.react.component.JsBaseComponentTemplate$ComponentWithRoot
[error] called from client.Main$.main()scala.Unit
[error] called from core module module initializers
[error] involving instantiated classes:
[error] io.kinoplan.scalajs.react.bridge.package$
[error] io.kinoplan.scalajs.react.bridge.WithProps
[error] client.ui.compositeWidgets.specific.authentication.LoginWidget
[error] client.ui.RootComp
[error] client.Main$
[error] Referring to non-existent method com.payalabs.scalajs.react.bridge.package$$anon$1.addEventHandler()scala.Function2
[error] called from japgolly.scalajs.react.vdom.Attr$Event.$$anonfun$$colon$eq$2(japgolly.scalajs.react.vdom.Builder,scala.scalajs.js.Any)scala.Unit
[error] called from japgolly.scalajs.react.vdom.Attr$Event.$$anonfun$$colon$eq$1(scala.Function2,java.lang.Object,japgolly.scalajs.react.vdom.Builder)scala.Unit
[error] called from japgolly.scalajs.react.vdom.Attr$Event.$$colon$eq(java.lang.Object,scala.Function2)japgolly.scalajs.react.vdom.TagMod
[error] called from client.ui.atomicWidgets.input.STextField$Backend.render(java.lang.String)japgolly.scalajs.react.vdom.TagOf
[error] called from client.ui.atomicWidgets.input.STextField.$$anonfun$comp$4(japgolly.scalajs.react.raw.React$Component)japgolly.scalajs.react.vdom.TagOf
[error] called from client.ui.atomicWidgets.input.STextField.<init>(java.lang.String,client.sodium.core.SStream,java.lang.String)
[error] called from client.ui.atomicWidgets.input.STextField$.apply(java.lang.String,client.sodium.core.SStream,java.lang.String)client.ui.atomicWidgets.input.STextField
[error] called from client.ui.atomicWidgets.input.STextField$.apply(java.lang.Object,java.lang.Object,java.lang.Object)java.lang.Object
[error] called from java.util.Formatter.efgCommon$1(scala.Function3,java.lang.Object,scala.Int,scala.Int,scala.Int,scala.Char)scala.Unit
[error] called from java.util.Formatter.formatArg(java.lang.Object,scala.Char,scala.Int,scala.Int,scala.Int)scala.Unit
[error] called from java.util.Formatter.format(java.lang.String,[java.lang.Object)java.util.Formatter
[error] called from scala.scalajs.runtime.RuntimeString$.format(java.lang.String,[java.lang.Object)java.lang.String
[error] called from scala.collection.immutable.StringLike.format(scala.collection.Seq)java.lang.String
[error] called from scala.collection.immutable.StringOps.format(scala.collection.Seq)java.lang.String
[error] called from japgolly.scalajs.react.internal.JsUtil$.$$anonfun$inspectObject$5(scala.runtime.IntRef,java.lang.String,scala.Tuple3)java.lang.String
[error] called from japgolly.scalajs.react.internal.JsUtil$.inspectObject(scala.scalajs.js.Object)java.lang.String
[error] called from japgolly.scalajs.react.internal.JsUtil$.inspectValue(java.lang.Object)java.lang.String
[error] called from japgolly.scalajs.react.component.InspectRaw$.assertValid(java.lang.Object,java.lang.String,java.lang.String,java.lang.String,sourcecode.FullName,sourcecode.Line,scala.Function1)scala.Unit
[error] called from japgolly.scalajs.react.component.InspectRaw$.assertValid(java.lang.Object,java.lang.String,sourcecode.FullName,sourcecode.Line,scala.Function1)scala.Unit
[error] called from japgolly.scalajs.react.component.InspectRaw$.assertValidJsComponent(java.lang.Object,sourcecode.FullName,sourcecode.Line)scala.Unit
[error] called from japgolly.scalajs.react.component.Js$.apply(java.lang.Object,japgolly.scalajs.react.CtorType$Summoner,sourcecode.FullName,sourcecode.Line)japgolly.scalajs.react.component.JsBaseComponentTemplate$ComponentWithRoot
[error] called from io.kinoplan.scalajs.react.bridge.ReactBridgeComponent.jsComponent$lzycompute()japgolly.scalajs.react.component.JsBaseComponentTemplate$ComponentSimple
[error] called from io.kinoplan.scalajs.react.bridge.ReactBridgeComponent.jsComponent()japgolly.scalajs.react.component.JsBaseComponentTemplate$ComponentSimple
[error] called from io.kinoplan.scalajs.react.material.ui.core.MuiButton$.apply(scala.scalajs.js.UndefOr,scala.scalajs.js.UndefOr,scala.scalajs.js.UndefOr,scala.scalajs.js.UndefOr,scala.scalajs.js.UndefOr,scala.scalajs.js.UndefOr,scala.scalajs.js.UndefOr,scala.scalajs.js.UndefOr,scala.scalajs.js.UndefOr,scala.scalajs.js.UndefOr,scala.scalajs.js.UndefOr,scala.scalajs.js.UndefOr,scala.scalajs.js.UndefOr,scala.scalajs.js.UndefOr,scala.scalajs.js.UndefOr,scala.scalajs.js.UndefOr,scala.scalajs.js.UndefOr)io.kinoplan.scalajs.react.bridge.WithProps
[error] called from client.ui.atomicWidgets.input.SButton.<init>(java.lang.String,scala.Option)
[error] called from client.ui.compositeWidgets.specific.authentication.LoginWidget.btn$lzycompute()client.ui.atomicWidgets.input.SButton
[error] called from client.ui.compositeWidgets.specific.authentication.LoginWidget.btn()client.ui.atomicWidgets.input.SButton
[error] called from client.ui.compositeWidgets.specific.authentication.LoginWidget.vdomLoginPage$lzycompute()japgolly.scalajs.react.vdom.TagOf
[error] called from client.ui.compositeWidgets.specific.authentication.LoginWidget.vdomLoginPage()japgolly.scalajs.react.vdom.TagOf
[error] called from client.ui.compositeWidgets.specific.authentication.LoginWidget.$$anonfun$loginCompRenderer$1(client.ui.compositeWidgets.specific.authentication.LoginState)japgolly.scalajs.react.vdom.VdomElement
[error] called from client.ui.compositeWidgets.specific.authentication.LoginWidget.<init>(client.cache.relationalOperations.CellOptionMonad$WriteableCellOption,client.cache.Cache,client.cache.Cache,client.cache.Cache,client.cache.Cache,client.cache.Cache)
[error] called from client.ui.RootComp.loginWidget$lzycompute()client.ui.compositeWidgets.specific.authentication.LoginWidget
[error] called from client.ui.RootComp.loginWidget()client.ui.compositeWidgets.specific.authentication.LoginWidget
[error] called from client.ui.RootComp.$$anonfun$getComp$1(scala.runtime.BoxedUnit)japgolly.scalajs.react.vdom.TagOf
[error] called from client.ui.RootComp.render$1()scala.Function1
[error] called from client.ui.RootComp.getComp()japgolly.scalajs.react.component.JsBaseComponentTemplate$ComponentWithRoot
[error] called from client.Main$.main()scala.Unit
[error] called from core module module initializers
[error] involving instantiated classes:
[error] japgolly.scalajs.react.vdom.Attr$Event
[error] client.ui.atomicWidgets.input.STextField$Backend
[error] client.ui.atomicWidgets.input.STextField
[error] client.ui.atomicWidgets.input.STextField$
[error] java.util.Formatter
[error] scala.scalajs.runtime.RuntimeString$
[error] scala.collection.immutable.StringOps
[error] japgolly.scalajs.react.internal.JsUtil$
[error] japgolly.scalajs.react.component.InspectRaw$
[error] japgolly.scalajs.react.component.Js$
[error] io.kinoplan.scalajs.react.material.ui.core.MuiTypography$
[error] io.kinoplan.scalajs.react.material.ui.core.MuiToolbar$
[error] io.kinoplan.scalajs.react.material.ui.core.MuiAppBar$
[error] io.kinoplan.scalajs.react.material.ui.icons.MuiIcons
[error] io.kinoplan.scalajs.react.material.ui.core.MuiListItem$
[error] io.kinoplan.scalajs.react.material.ui.core.MuiListItemText$
[error] io.kinoplan.scalajs.react.material.ui.core.MuiDivider$
[error] io.kinoplan.scalajs.react.material.ui.core.MuiList$
[error] io.kinoplan.scalajs.react.material.ui.core.MuiIconButton$
[error] io.kinoplan.scalajs.react.material.ui.core.MuiCssBaseline$
[error] io.kinoplan.scalajs.react.material.ui.core.MuiDrawer$
[error] io.kinoplan.scalajs.react.material.ui.core.MuiTextField$
[error] io.kinoplan.scalajs.react.material.ui.core.MuiButton$
[error] client.ui.compositeWidgets.specific.authentication.LoginWidget
[error] client.ui.RootComp
[error] client.Main$
[error] There were linking errors
[error] (Compile / fastOptJS) There were linking errors
[error] Total time: 44 s, completed Feb 17, 2021 10:47:20 AM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment