Typescript error when adding a custom property for Remix env variables
I followed the recommend approach for env variables from the Remix docs. It works, but typescript is complaining about Property 'ENV' does not exist on type 'Window & typeof globalThis'
. How do I fix this?
How to pass a JsonifyObject returned from Remix’s useLoaderData to a function
From the Remix 2.9.2 route code below, I get the TypeScript error…
Remix-Run V2: Is it possible to make the root route (‘/’) automatically resolve to a dynamic route?
Remix-run/react: @2.9.2