I’m on Skuid 15.3.6 at the moment.
Trying to dig into the List component to see if I can ‘select’ an item so it shows as selected, like if you click on it.
Looking at Using Skuid with Javascript: A Primer page
https://docs.skuid.com/v15.3.6/v2/en/skuid/javascript/javascript-primer.html
Working thru the page it goes off the rails right at “Create a test page”, having you do things that, at least I’m, not finding in my copy of Skuid. New Page doesn’t have Next Step, or Starting point with Use a page template
Making a test Skuid page, and continuing,
I can type skuid in the console, and the skuid object is returned.
The primer then says to type skuid.model.map() into the console and " Skuid will return an object that has all of your model IDs as its properties, with the model data as values of those properties."
I just get an error
VM49730:1 Uncaught TypeError: Cannot read properties of undefined (reading ‘map’)
at :1:13
Is there something I don’t have enabled? or just obsolete docs listed as for current Skuid versions?