Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

fix list view id #258

Closed
wants to merge 1 commit into from
Closed

fix list view id #258

wants to merge 1 commit into from

Conversation

jamessonpenhazup
Copy link
Contributor

- What I did
Fix list view id.
- How I did it
Running the pre process for each item in the list generating the id.
- How to verify it
Test with This example, uses an image inside a touchable in the template of a list view: https://playground.usebeagle.io/#/cloud/S3-b213d4c3-31b2-4f03-a4e0-e6cdbabb75c3?platform=angular
- Description for the changelog
Closes #251

Copy link
Contributor

@Tiagoperes Tiagoperes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As discussed with @arthurbleilzup, we should do a very simple work around for now and wait for Beagle 2.0, where this problem won't exist any longer.

Workaround: before assigning the ids, replace every child: element with children: [element].

@Tiagoperes Tiagoperes closed this May 31, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Children with fixed ids can break the listview
3 participants