79493476

Date: 2025-03-07 21:27:12
Score: 1
Natty:
Report link

For me the issue was caused by using:

import { type Route } from "./+types/post"; ❌ wrong

instead of:

import type { Route } from "./+types/post"; ✅ good

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Pedro Monteagudo