-
Notifications
You must be signed in to change notification settings - Fork 577
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
Update to the new documentation URL #6597
Conversation
@@ -146,7 +146,7 @@ const Component = ({item}) => { | |||
|
|||
### useQuery | |||
|
|||
Returns [`Realm.Results`](https://www.mongodb.com/docs/realm-sdks/js/latest/Realm.Results.html) from a given type. This Hook will update on any changes to any Object in the Collection and return an empty array if the Collection is empty. | |||
Returns [`Realm.Results`](https://www.mongodb.com/docs/realm-sdks/js/latest/classes/Realm.Results.html) from a given type. This Hook will update on any changes to any Object in the Collection and return an empty array if the Collection is empty. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This too is giving me a 403 Forbidden.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please double check the links, at least 3 of them leads me nowhere 🙈
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for making the updates!
51c9f78
to
afe2871
Compare
* main: Installing dependencies again after checkout [12.7.1] Bump version (#6632) RJS-2806: Upgrade to Realm Core v14.5.2 (#6629) RJS-2804: remove incorrect privacy manifest for iOS (#6627) Adding permissions fix "Resource not accessible by integration" RJS-2143: Tests to clarify number conversion (#6623) Fixing unstable test (#6625) Adding a script to update submodules Update to the new documentation URL (#6597) Prepare for vNext [12.7.0] Bump version (#6622) RJS-2757: Add Apple Privacy Manifest (#6605) RJS-2784: Clear internal state to avoid crashes when React Native app is reloaded (#6612) Use CMake 3.29.2 (#6619) RJS-2801: Upgrade to Realm Core v14.5.1 (#6611)
What, How & Why?
The documentation now lives on a new URL
☑️ ToDos
Compatibility
label is updated or copied from previous entryCOMPATIBILITY.md
package.json
s (if updating internal packages)Breaking
label has been applied or is not necessary