Commit e6bf2f5
fix: problem of integration with vuetify (#40)
If there was installed this package and vuetify there was errors described in issue
> meteor/meteor#10093 (comment)
Errors was induced by trying to iterate over `this._trackerHandles` that has value equal null.
Checking if `this._trackerHandles` is array before iteration we can fix this error.1 parent d8f917a commit e6bf2f5
1 file changed
+9
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
263 | 265 | | |
264 | 266 | | |
265 | 267 | | |
| |||
0 commit comments