Skip to content

Commit 7888b1d

Browse files
authored
ADD warning for zone.js "_global is not defined"
Known bug with zone.js: [_global is not defined](angular/zone.js#835)
1 parent 3046214 commit 7888b1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Bugfixes:
1515
- `RxDocument.atomicUpdate()` did not run when reusing after a while
1616
- `RxQuery.toString()` was sometimes not predictable
1717

18+
`WARNING: If you use RxDB with angular2||zone.js, you might have this error [_global is not defined](https://github.com/angular/zone.js/issues/835). Wait for the next zone.js release before updating RxDB.`
19+
1820

1921
## 5.1.0 (July 10, 2017)
2022

0 commit comments

Comments
 (0)