Skip to content
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

fix: Minor updates for 6.4.0-pre.2 reports #8939

Merged
merged 4 commits into from
Jun 6, 2022

Conversation

brophdawg11
Copy link
Contributor

@brophdawg11 brophdawg11 commented Jun 6, 2022

Minor updates + cleanup in preparation for 6.4.0-pre.3

  • Removes stale/unused use-sync-external-store dependency in package.json
  • Change fallbackElement type to ReactNode for more flexible typing (REM-1146)
  • Make fallbackElement optional for SSR use-case and to match what the docs currently show ([Bug]: DataBrowserRouter's fallbackElement prop is required #8896)
  • Pass fetcher actionResult through to shouldRevalidate on fetcher submissions (REM-1159)
  • Brings packages/router/README.md up to date

Closes: #8896

@brophdawg11 brophdawg11 force-pushed the brophdawg11/remixing-updates branch from c59e059 to 78ffc88 Compare June 6, 2022 19:01
<DataBrowserRouter
window={getWindow("/foo")}
hydrationData={{}}
fallbackElement={<span />}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now that fallbackElement is optional we don't need these props in all of our tests

@ryanflorence ryanflorence merged commit 9dc114b into dev Jun 6, 2022
@ryanflorence ryanflorence deleted the brophdawg11/remixing-updates branch June 6, 2022 19:35
brophdawg11 pushed a commit that referenced this pull request Mar 27, 2024
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.

2 participants