You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 30, 2018. It is now read-only.
When using expressions as children of TSX nodes, the evaluated result is used to be handled as a widget within vdom.ts. It fails on that with errors when result is a common JS type.
To fix it please provide something similar to vdom.ts at line 473:
Nevertheless there may be the same problem when evaluated result isinstanceof array. Looks like the whole array may be treated as widget then. Am I right?