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
Copy file name to clipboardExpand all lines: core/src/main/scala/japgolly/scalajs/react/Callback.scala
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,11 @@ import CallbackTo.MapGuard
16
16
*
17
17
* @see CallbackTo
18
18
*/
19
-
objectCallback {
19
+
objectCallback_TempHack {
20
20
@implicitNotFound("You're wrapping a ${A} in a Callback which will discard without running it. Instead use CallbackTo(…).flatten or Callback{,To}.lazily(…).")
0 commit comments