Skip to content

Build Logs
1m 50s

See more info here: https://nextjs.org/docs/messages/invalid-next-config
info - Linting and checking validity of types...
The react/jsx-sort-default-props rule is deprecated. It has been renamed to `react/sort-default-props`.
Failed to compile.
./src/components/Verse/VerseShareModal.tsx:6:1
Type error: 'styles' is declared but its value is never read.
4 | import Modal from '@/dls/Modal/Modal';
5 | import Verse from '@/types/Verse';
> 6 | import styles from '@/redux/slices/QuranReader/styles';
| ^
7 |
8 | type VerseShareModalProps = {
9 | isOpen: boolean;
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Error: Command "yarn run build" exited with 1