ES6 extension operator, cannot clone (@ observable) attributes observed by MobX

class ListStore {
    @obsevable list1 = "123"
    list2 = "456"
}
const listStore = new ListStore()

const obj = {
    ...listStore
}
console.log(obj)
// {list2: "456"}
Apr.19,2022

convert with toJS of mobx

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2c38d-2b275.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2c38d-2b275.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?