iamsbro

Results 1 comments of iamsbro

A quick fix for me was to delay loading the element that has the `use:popup` until `onMount` has run. Example: ```svelte import { onMount } from 'svelte'; let ready =...