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
valmyRx:Rx[(Int, Int, Int)] =???Rx {
val (x, y, z) = myRx() // No implicit LiveOwner is available here! Wrap inside `Rx { <code> }`, or provide an implicit `LiveOwner`.
}
The text was updated successfully, but these errors were encountered:
The following code fails using the macro.
The text was updated successfully, but these errors were encountered: