You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Je me suis rebased sur la dernière version du main et rebuild la partie frontend et j'ai cette erreur lors du build du frontend
./components/ui/switch.tsx
19:18 Warning: Classnames 'h-5, w-5' could be replaced by the 'size-5' shorthand! tailwindcss/enforces-shorthand
info - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/basic-features/eslint#disabling-rules
Failed to compile.
./lib/stores/map-store.ts:97:13
Type error: Property 'vesselId' does not exist on type 'VesselExcursionSegments'.
95 | ),
96 | trackedVesselSegments: state.trackedVesselSegments.filter(
> 97 | ({vesselId}) => vesselId !== vesselId
| ^
98 | ),
99 | }))
100 | },
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
building at STEP "RUN if [ -f yarn.lock ]; then yarn --frozen-lockfile; elif [ -f package-lock.json ]; then npm ci; elif [ -f pnpm-lock.yaml ]; then corepack enable pnpm && pnpm i; else echo "Warning: Lockfile not found. It is recommended to commit lockfiles to version control." && yarn install; fi": while running runtime: exit status 1
The text was updated successfully, but these errors were encountered:
ok. je viens de pousser un correctif de l'issue précédente #341 pour info
il me semblait avoir tout rebased mais au cas je vais refaire un tour et vérifier si l'erreur est toujours là
Je me suis rebased sur la dernière version du main et rebuild la partie frontend et j'ai cette erreur lors du build du frontend
The text was updated successfully, but these errors were encountered: