Skip to content

Conversation

@gchang12
Copy link
Contributor

Highlights

  • Explicitly told user to comment out conflicting import-lines.
  • Reworded some stuff

NOTE: docs/tutorials/address-book.md @ Line 1174 has a weird function: invariant. Was this a typo?

gchang12 and others added 30 commits November 3, 2025 15:28
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)
  }
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";`
@changeset-bot
Copy link

changeset-bot bot commented Nov 16, 2025

⚠️ No Changeset found

Latest commit: 5cbba94

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@gchang12
Copy link
Contributor Author

I'll make a more consolidated pull-request tomorrow.

@gchang12 gchang12 closed this Nov 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant