Skip to content
This repository has been archived by the owner on Nov 13, 2020. It is now read-only.

Multiple List Error #5

Open
0xBa0 opened this issue Mar 5, 2020 · 2 comments
Open

Multiple List Error #5

0xBa0 opened this issue Mar 5, 2020 · 2 comments

Comments

@0xBa0
Copy link

0xBa0 commented Mar 5, 2020

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

Example:

VStack {
List {

}.onPull()

List {

}.onPull()
}
@ChrDel
Copy link

ChrDel commented Mar 5, 2020

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...

@0xBa0
Copy link
Author

0xBa0 commented Mar 6, 2020

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants