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
{{ message }}
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.
Inside the listview's template, use a component that names its children something other than children. The component touchable is a good example (it uses child).
Create a component, give it a fixed id, and place it as a child of the component created in the previous step.
Beagle Angular version: 1.7.0
Steps To Reproduce
children
. The componenttouchable
is a good example (it useschild
).Link to code example:
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
The current behavior
Every element created in the step 3 will have the same Beagle ID, which is very wrong. The Beagle ID should be a unique identifier.
In the example I linked, another effect is that every image renders the same.
The expected behavior
I expected every component to have a unique Beagle ID, they should be prefixed by the fixed id, but have suffixes like ":0", ":1", etc.
The text was updated successfully, but these errors were encountered: