RefreshUI icon indicating copy to clipboard operation
RefreshUI copied to clipboard

Multiple List Error

Open 0xBa0 opened this issue 5 years ago • 2 comments

If there are multiple lists in the same VStack, Rotoscope can't find table view with tag.

Example:

VStack {
List {

}.onPull()

List {

}.onPull()
}

0xBa0 avatar Mar 05 '20 08:03 0xBa0

Have you tried using the token parameter? if you look at the source code the default is token: Token(id: 1) so using it as you show in your code results in all having the same id...

ChrDel avatar Mar 05 '20 20:03 ChrDel

Have you tried using the token parameter? if you look at the source code the default is token: Token(id: 1) so using it as you show in your code results in all having the same id...

hi ChrDel,

Yes, I have used the token parameter. Please feel free to get the attach files. SourceCode IMG_0006 IMG_0007

0xBa0 avatar Mar 06 '20 01:03 0xBa0