framework7io / framework7

Full featured HTML framework for building iOS & Android apps
http://framework7.io
MIT License
18.13k stars 3.23k forks source link

Cant get framework7 components work after getting build on pwa project #4006

Closed osmancoskun closed 2 years ago

osmancoskun commented 2 years ago

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 some workbox npm errors. i used npm audit command to see errors. then i used npm audit fix when i start project with npm 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 by workbox i guess.

github-actions[bot] commented 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.