Closed osmancoskun closed 2 years ago
Hello @osmancoskun. Please provide a online reproduction by codesandbox or a minimal GitHub repository. You can fork one of our demos in codesandbox to get start. Issues labeled by missing demo
will be closed if no activities in 3 days.
Describe the bug
I found out a bug when i get build. i build my framework7 svelte project with pwa template.
npm i
everything works as expected except someworkbox
npm errors. i usednpm audit
command to see errors. then i usednpm audit fix
when i start project withnpm start
ListInput components giving errors. when i remove component from project, other components start to give errors. i tried creating and non-pwa projects and there is no error. error caused byworkbox
i guess.