LIST - type issue

ZimJS Version: 17.3.1

Following example provided here: DOCS - ZIM JavaScript Canvas Framework - Documentation

const data = {
MONSTERS: ["Ghost", "Ghoul", "Vampire", "Werewolf", "Skeleton"],
};

// set pulldown to true in List
// optionally start pulldown open (false is default)
const list = new List({
  list: { menu: data, bloom: true, whither: true },
  pulldown: true,
  pulldownToggle: true, // if want list to close when selected or stage is selected
})

Results in typescript error:

Ah yes... we had only accepting an array. We will adjust that to include the {} and upload a new version. Just working on a few patches and will get that done - probably in about an hour. Thanks.

image