User1034446946 posted
hi
I have a prop down to the child components which is a preference to the parent component.
when I am using a collection i set a uuid in variable and put the in the binding
eg
const uuid = uuid()
const binding = 'categories[${uuid}]'
really like it, however the problem is it refreshes everytime state changes, which I know this is how it supposed to happen, but i have no idea how to hold a fixed random value in component that relies on state.