Kwan Lee

Results 2 comments of Kwan Lee

> [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; > ``` For...