Svelte CSUI behaving unexpectedly
The CSUI contains both
Suppose I have
As far as I've tried, every time the state within the container where the injected CSUI gets updated, (in my case, pressing like/dislike), the CSUI script re-runs as if it's being remounted
<script lang="ts"> and <script lang="ts" context="module">Suppose I have
As far as I've tried, every time the state within the container where the injected CSUI gets updated, (in my case, pressing like/dislike), the CSUI script re-runs as if it's being remounted