Ankur Taxali

Results 2 comments of Ankur Taxali

[For the remix tutorial](https://remix.run/docs/en/v1/tutorials/blog#loading-data), adding 'unknown' converstion seemed to make TS happy ```TS const { posts } = useLoaderData() as unknown as LoaderData; ```

This library doesn't really work with date-fns 3 anymore. If you try to follow the documentation, you just get this: ``` ./node_modules/date-fns-tz/esm/format/index.js:1:0 Module not found: Package path ./format/index.js is not...