Gawel91
App failing in production
Hi! Got these errors in the pm2 logs while going on the website but I can't figure out what's wrong.
The app finished building without problem and it was the same code and same node version in staging but it didn't fail there 🤔
1 replies
Import types from another component
When I write an interface in a component and want to import it somewhere else, I get this error:
Cannot find module '@/components/commons/inputs/AppRadioButtonGroup' or its corresponding type declarations.
I tried moving the type into a separate file (not what I want ideally) but then I get a warning:
Two component files resolving to the same name AppRadioButton
Is there a good way to do this?11 replies