JSFiddle - React, Tailwind, and code Playground
JavaScript
const x = {
hasPagination: {
next: 'nex',
prev: 'prev'
}
}
console.log({...x, {
...x.hasPagination
}})
const x = {
hasPagination: {
next: 'nex',
prev: 'prev'
}
}
console.log({...x, {
...x.hasPagination
}})