fixedWindowRollup produces error
Open
- Dominant language
- TypeScript
- Stars
- 211
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
```
const resolutionWindow = window(duration("1d"));
const bars = series.fixedWindowRollup({
window: resolutionWindow,
aggregation: {
c: { c: avg() } as unknown as Aggregation,
},
});
```
produces:
`TypeError: Cannot read properties of null (reading 'window')`
using `1.0.0-alpha.10`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.