Closed chrisvfritz closed 9 years ago
arch.dom(MyComponent)!
results in:
Unhandled rejection TypeError: Cannot read property 'length' of undefined at empty (/Users/fritzc/Dropbox/code/arch-bww/node_modules/prelude-ls/lib/List.js:87:13) at component (/Users/fritzc/Dropbox/code/arch-bww/node_modules/arch/lib/dom.js:39:23)
I believe this can be solved by changing this line to:
unless empty (children or [])
results in: