sort-js-object-keys icon indicating copy to clipboard operation
sort-js-object-keys copied to clipboard

fails with jsx

Open undefinederror opened this issue 2 years ago • 0 comments

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'
}

undefinederror avatar Oct 18 '23 05:10 undefinederror