Loading docs/pnpm-lock.yaml +236 −236 File changed.Preview size limit exceeded, changes collapsed. Show changes docs/tutorial/microblog.md +5 −6 Original line number Diff line number Diff line Loading @@ -4198,7 +4198,7 @@ feature. First, open the *src/views.tsx* file and modify the `<Home>` component: ~~~~ tsx{3,9} twoslash ~~~~ tsx{1,8} twoslash import type { FC } from "hono/jsx"; interface User {} interface Actor {} Loading @@ -4208,7 +4208,6 @@ const PostList: FC<PostListProps> = () => <></>; // ---cut-before--- export interface HomeProps extends PostListProps { user: User & Actor; posts: Post[]; } export const Home: FC<HomeProps> = ({ user, posts }) => ( Loading Loading
docs/pnpm-lock.yaml +236 −236 File changed.Preview size limit exceeded, changes collapsed. Show changes
docs/tutorial/microblog.md +5 −6 Original line number Diff line number Diff line Loading @@ -4198,7 +4198,7 @@ feature. First, open the *src/views.tsx* file and modify the `<Home>` component: ~~~~ tsx{3,9} twoslash ~~~~ tsx{1,8} twoslash import type { FC } from "hono/jsx"; interface User {} interface Actor {} Loading @@ -4208,7 +4208,6 @@ const PostList: FC<PostListProps> = () => <></>; // ---cut-before--- export interface HomeProps extends PostListProps { user: User & Actor; posts: Post[]; } export const Home: FC<HomeProps> = ({ user, posts }) => ( Loading