@pie-element/likert 4.1.2-next.3 → 4.1.2-next.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -111,6 +111,10 @@ function gt(e) {
111
111
  return t;
112
112
  }
113
113
  function _t(e, t, n) {
114
+ if (!Array.isArray(t) && e != null && Object.prototype.hasOwnProperty.call(Object(e), t)) {
115
+ let r = e[t];
116
+ return r === void 0 ? n : r;
117
+ }
114
118
  let r = e;
115
119
  for (let e of dt(t)) {
116
120
  if (r == null) return n;