I have an issue with one of my FF pages. the page contains a list of topics from Firebase, under each topic there should be choice chips related to that topic, clicking on one of the chips opens a bottom sheet with the clicked related data.
i managed to create the page, and logic and click action all seem ok, but there is a problem when i click on one of the chips, the bottom sheet opens many times (by the count of the main topics) instead of one time as i click a single chip.
what i am doing wrong?
this is the simple page structure this is the elements of that page this is how the page looks like before clicking chip this is the sheet that opens on click over and over again
Tried using choice chips without component, gave error that i must use a component for that chips, something with shared variable.