update events don't pass event info
Open
bug
Low
v0x
- Dominant language
- Handlebars
- Stars
- 265
- Forks
- 236
- PR merge metrics
- No merged PRs in 30d
Description
I'm pretty sure that `evt` is always undefined at this line for update-start/update-end events:
https://github.com/Esri/cedar/blob/2a357d05489fd0162dd350ce556a680e4c93f0f4/src/cedar.js#L788
In this case I think we ought to provide an object like:
```
{
type: evtName
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.