Skip to content

Commit

Permalink
Update name in CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
elle-j committed Jul 4, 2024
1 parent 3bd9bf2 commit 92fdeb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/realm-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* None

### Fixed
* Fixed listener that was not being removed during unmounting of `useObject` and `useQuery` if the listener was adding in a write transaction. ([#6552](https://github.com/realm/realm-js/pull/6552)) Thanks [@bimusik](https://github.com/bimusiek)!
* Fixed listener that was not being removed during unmounting of `useObject` and `useQuery` if the listener was added in a write transaction. ([#6552](https://github.com/realm/realm-js/pull/6552)) Thanks [@bimusiek](https://github.com/bimusiek)!

### Compatibility
* React Native >= v0.71.4
Expand Down Expand Up @@ -77,7 +77,7 @@ function MyApp() {
* Adding `keyPaths` option to the `useQuery` and `useObject` hooks, to indicate a lower bound on the changes relevant for the hook. This is a lower bound, since if multiple hooks add listeners (each with their own `keyPaths`) the union of these key-paths will determine the changes that are considered relevant for all listeners registered on the collection or object. In other words: A listener might fire and cause a re-render more than the key-paths specify, if other listeners with different key-paths are present. ([#6360](https://github.com/realm/realm-js/pull/6360))
### Fixed
* Removed race condition in `useObject`. ([#6291](https://github.com/realm/realm-js/issues/6291)) Thanks [@bimusik](https://github.com/bimusiek)!
* Removed race condition in `useObject`. ([#6291](https://github.com/realm/realm-js/issues/6291)) Thanks [@bimusiek](https://github.com/bimusiek)!
* Fixed flickering of the `RealmProvider`'s `fallback` component and its `children` when offline. ([#6333](https://github.com/realm/realm-js/issues/6333))
### Compatibility
Expand Down

0 comments on commit 92fdeb6

Please sign in to comment.