Replies: 1 comment 1 reply
-
Would this help you at all? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My loader return something like that:
My
useLoaderData<typeof loader>
returns following type:{ currentDate: Date }
But in reality, loader value is ISO string.
How can I handle right TS type?
Remix I use: 1.19.3
Beta Was this translation helpful? Give feedback.
All reactions