Ilya
Ilya
When trying to `ns preview` the demo for iOS it crashes with a JS exception. Full log: https://gist.github.com/ilyavf/1e623355cd9b98a2a195dd88e19142b6 ``` 2021-07-20 15:41:51.998 nsplaydev[11225:3030798] JavaScript error: file:///app/tns_modules/@nativescript/core/ui/builder/builder.js:202:56: JS ERROR Error: Building UI...
When I create a new DoneJS plugin using `generator-donejs` that has less and stache files, and build the plugin, I have problems with loading both `template.stache.js` and `style.less.css` generated files...
When using `can/constructor-hydrate/constructor-hydrate` behaviour and trying to create two instances without an id, we get into an infinite loop. Also notice that connection's `instanceStore` contains an item with a key...