JSFiddle - React, Tailwind, and code Playground
by IPWright83
JavaScript
const data = [
{ a: "foo" },
{ a: "bar" },
{ a: "baz" },
];
selection
.hasMutated("a")
by IPWright83
const data = [
{ a: "foo" },
{ a: "bar" },
{ a: "baz" },
];
selection
.hasMutated("a")