This commit is contained in:
Joe Cheng
2017-07-12 15:15:38 -07:00
parent 9063133a7b
commit f406e13600

View File

@@ -7,3 +7,4 @@
- [ ] Non-async render functions should have their code all execute on the current tick. Otherwise order of execution will be surprising if they have side effects and explicit priorities.
- [x] Respect execOnResize
- [ ] Accidentally did then(cars) instead of then(~cars), which caused an *unhandled* promise exception
- [ ] promise::resolved(logic()) should use the current reactive domain to wrap the call to logic()