Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork10.8k
Comparing changes
Open a pull request
base repository:remix-run/react-router
Uh oh!
There was an error while loading.Please reload this page.
base:react-router@6.14.1
head repository:remix-run/react-router
Uh oh!
There was an error while loading.Please reload this page.
compare:react-router@6.14.2
- 19commits
- 24files changed
- 7contributors
Commits on Jun 30, 2023
Enhance route.lazy return type (#10634)
* Enahnce route.lazy return type* Fix upstream type in RR
brophdawg11 authoredJun 30, 2023 Hydrate proper error type for subclasses of Error (#10633)
brophdawg11 authoredJun 30, 2023 - brophdawg11 committed
Jun 30, 2023 Merge branch 'release-next' into dev
brophdawg11 committedJun 30, 2023 Add missing <Form state> prop (#10630)
brophdawg11 authoredJun 30, 2023
Commits on Jul 6, 2023
- brophdawg11 authored
Jul 6, 2023 docs(hooks/use-outlet-context): update typings (#10661)
* Update use-outlet-context.mdIn previous version when you change type of a user in `useState` or just pass wrong data in the context you wouldn't get a typescript error. In other words only context consumer uses `ContextType` but not producer, which is wrong bcs as I said when you change type of data in the producer(without changing ContexrType) => the consumer would still assume the old data is passed.This commit adds better typescript support, so that when you change data passed into context you will get ts error of the data does not satisfy ContextType and will be forced to update related stuff* Update contributors.yml
valerii15298 authoredJul 6, 2023 - remix-cla-bot[bot] authored
Jul 6, 2023
Commits on Jul 7, 2023
Properly decode element id when emulating hash scrolling (#10682)
Co-authored-by: istarkov <istarkov@gmail.com>
Commits on Jul 11, 2023
Better handling of deferred promises that resolve/reject with undefin…
…ed (#10690)Co-authored-by: Jacob Ebey <jacob.ebey@live.com>
Initial-load fetchers should not automatically revalidate on GET navi…
…gations (#10688)
brophdawg11 authoredJul 11, 2023 Merge branch 'main' into release-next
brophdawg11 committedJul 11, 2023 - brophdawg11 committed
Jul 11, 2023 chore: Update version for release (pre) (#10692)
github-actions[bot] authoredJul 11, 2023
Commits on Jul 17, 2023
Fix edge case for fetcher redirect abort when no loaders exist (#10709)
brophdawg11 authoredJul 17, 2023 chore: Update version for release (pre) (#10710)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- brophdawg11 committed
Jul 17, 2023 chore: Update version for release (#10711)
* chore: Update version for release* Update changelogs---------Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>Co-authored-by: Matt Brophy <matt@brophy.org>
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff react-router@6.14.1...react-router@6.14.2
Uh oh!
There was an error while loading.Please reload this page.