It fails with "Please make sure your selected text is a JS object!" for following object because of value of `c` ``` const pippo = { n: 'afd', a: 45, t: 'fdfsa', c: <div></div>, w: 'fdaf' } ```