vindennt / Skytrainer

Productivity habit forming app using React Native and mobile gacha game design principles.
1 stars 0 forks source link

Team.tsx: when app first loads, character list will not load #3

Closed vindennt closed 1 year ago

vindennt commented 1 year ago

The character list only loads after another component loads it, even though the other component does not share any variables or logic. The character list is also interpreted as being empty despite console logs to show the list is not empty. It is also interpreted as empty even when the character list itself is rendered with items, which cannot happen if the list were empty.

vindennt commented 1 year ago

GridSelector was still using the characterList from TripMenu