How does mobx solve the problem of refreshing page data loading lazily?

data loss after react mobx page refresh

Proxy {length: 0, Symbol (mobx administration): ObservableArrayAdministration}

0: "https://res.cloudinary.com/ddycd5xyn/image/upload/v1550627617/k0yqomh9yzoarfis82km.jpg"
1:" https://res.cloudinary.com/ddycd5xyn/image/upload/v1550627617/gmqihxbhpspef2rybixj.jpg"
2: "https://res.cloudinary.com/ddycd5xyn/image/upload/v1550627617/qcv79emepaxtmkpqjawl.jpg"
length: 3
Symbol (mobx administration): ObservableArrayAdministration {owned: false, values: Array (3), proxy: Proxy, lastKnownLength: 3, atom: Atom$$1, }
_ _ proto__: Array (0)

above is the console for printing and pulling data. The data is always wrapped. How to expose the data

Jun.27,2022
Menu