Repeater not getting the reactive () from outside schema
Hi, I have a slight problem which I don't really know how. My problem is that I can't $get('database') inside repeater schema so whenever I have changes in my database select it doesn't show in my repeater fields. But when I try to move my database inside the schema of repeater it works. Is there any other way to put it outside the repeater schema?
2 Replies
you need
$get('../../database')
its in the docs if you look carefully in the repeater sectionThank you so much! It's working now🥹