Add link to issue
This commit is contained in:
parent
8d902a7942
commit
6549f7ce4e
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue