larbear

Results 3 comments of larbear

+1 for click events issue. Using Firefox 23 Windows, the bs3 demo page doesn't work anymore after closing a single modal. Works OK in Chrome.

Issue still exists in Svelte 3.55. Quick and hacky work-around by checking if the variable to store reference has been set: https://svelte.dev/repl/28d44e6712604fe0b52c632e313f2359?version=3.55.0 ``` import { beforeUpdate, afterUpdate } from 'svelte';...