Sergey Melnikov
Sergey Melnikov
``` javascript var Model = require('ampersand-model'); var Collection = require('ampersand-collection').extend({model: Model, comparator: 'attribute'}); var models = [new Model, new Model, new Model]; var collection = new Collection(); collection.reset(models); console.log(models.map(function(m){return m.cid}));...
### Description ``` TypeError: undefined is not an object (evaluating 'prompt.set') at (src/cli/cmd/tui/routes/home.tsx:123:7) at untrack (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:475:12) at runComputation (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:742:22) at updateComputation (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:724:3) at runTop (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:833:7) at runUserEffects (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:943:36) at runUpdates...