Skip to content

Commit

Permalink
Clarify wording in default console warning
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Aug 21, 2024
1 parent 6f23bc9 commit feacc1d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/two-chicken-provide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@remix-run/react": patch
---

Clarify wording in default `HydrateFallback` console warning
5 changes: 3 additions & 2 deletions packages/remix-react/fallback.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ export function RemixRootDefaultHydrateFallback() {
__html: `
console.log(
"💿 Hey developer 👋. You can provide a way better UX than this " +
"when your app is running \`clientLoader\` functions on hydration. " +
"Check out https://remix.run/route/hydrate-fallback for more information."
"when your app is loading JS modules and/or running \`clientLoader\` " +
"functions. Check out https://remix.run/route/hydrate-fallback " +
"for more information."
);
`,
}}
Expand Down

0 comments on commit feacc1d

Please sign in to comment.