svelte-multistep-form
svelte-multistep-form copied to clipboard
Form disappear on production
Hi,
the form disappears when you build for production. As far as I understood, since Svelte works on build time when the component is built is not able to understand the index of the step. So all steps will be not active by default. I attached the image with the behaviour
I guess you have to change the way your MasterForm is created
Hi @carminoplata could you add the steps you're following to build for production ? I just tested
- npm run build
- npm run start
- open output/index and all of them worked fine