Add link to issue

This commit is contained in:
Christian Melchior 2018-11-13 10:26:09 +01:00 committed by GitHub
parent 8d902a7942
commit 6549f7ce4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ x.x.x Release notes (yyyy-MM-dd)
* None.
### Fixed
* The Typescript definition for `Realm.Permissions.Permission` did not have the correct `role` property defined. This could result in compilation errors like this "error TS2339: Property 'role' does not exist on type 'Permission'". Since 2.3.0.
* The Typescript definition for `Realm.Permissions.Permission` did not have the correct `role` property defined. This could result in compilation errors like this "error TS2339: Property 'role' does not exist on type 'Permission'". Since 2.3.0. ([#2106](https://github.com/realm/realm-js/pull/2106))
### Compatibility
* Realm Object Server: 3.11.0 or later.