Error: Expected a Response to be returned from resource route handler
when returning an object from a resource route
#12635
Labels
I'm using React Router as a...
framework
Reproduction
dashboard
folder.docker compose
and the instructions inREADME.md
(docker compose up
andnpm run dev
with some environment variables set)System Info
Used Package Manager
npm
Expected Behavior
I expected the route to work and return the object to the caller -- this lets me use the following snippet to ensure type safety:
Actual Behavior
I get the following server error:
The text was updated successfully, but these errors were encountered: