79453356

Date: 2025-02-20 04:54:30
Score: 2
Natty:
Report link

This was answered at https://github.com/remix-run/remix/discussions/9264 but basically you need to add to vite.config.js or vite.config.ts:

  ssr: {
    noExternal: [
      '@apollo/client',
    ],
  },
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: baohouse