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
override val tag: ChildrenTag,
public val index: Int,
public val count: Int,
// TODO Remove this for Redwood 1.0.0.
@Deprecated("Only sent for compatibility with old hosts. Do not consume.", level = ERROR)
public val removedIds: List<Id> = emptyList(),
) : ChildrenChange
}
The text was updated successfully, but these errors were encountered:
redwood/redwood-protocol/src/commonMain/kotlin/app/cash/redwood/protocol/protocol.kt
Line 155 in 8dd7283
The text was updated successfully, but these errors were encountered: