-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
Address book corrections #14548
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Address book corrections #14548
Conversation
Signed name on line remix-run#132
The default 'App' function is part of those exports, so declaring App again will make `vite` raise an error.
Or at least, you should put the existing attributes on the same line as the tag as follows:
<Form id="search-form" role="search"
onChange={(event) =>
submit(event.currentTarget)
}
…e minor rewording.
Search: /^```tsx filename=app/routes/contact.tsx$
The second match heads a codeblock that contains this line:
> `import type { ContactRecord } from "../data";`
The third match heads a codeblock that contains this line is here:
> `import { getContact } from "../data";`
…../data'" This reverts commit 0051554.
|
|
I'll make a more consolidated pull-request tomorrow. |
Highlights
NOTE: docs/tutorials/address-book.md @ Line 1174 has a weird function:
invariant. Was this a typo?