fedeya / remix-sitemap

Sitemap generator for Remix applications
https://npmjs.com/remix-sitemap
MIT License
95 stars 5 forks source link

EntryContext type incompatibility #68

Open Foppp opened 8 months ago

Foppp commented 8 months ago

Type 'RouteModules' is not assignable to type 'Record<string, RouteModule>'


Screenshot 2024-01-14 at 11 23 27
hanayashiki commented 6 months ago

I can confirm the problem with @remix-run/server-runtime 2.6.0. Perhaps the type of routeModules should be derived from peer remix?