View Svelte init problem

Hi,
i have a view in page “about.svelte” but when i make view init = false framework7 give console error when i close page with back link.

Test View

Error :
ncaught (in promise) TypeError: Cannot read properties of undefined (reading ‘trigger’)
at View2.destroy2 [as destroy] (view-class.js:111:14)
at view.svelte? [sm]:182:34
at run (index.mjs:18:12)
at Array.forEach ()
at run_all (index.mjs:24:9)
at destroy_component (index.mjs:1820:9)
at Object.destroy [as d] (about.svelte:21:26)
at Object.destroy [as d] (page.svelte? [sm]:8:50)
at Object.destroy [as d] (page-content.svelte? [sm]:123:28)
at destroy_component (index.mjs:1821:36)