@athenaintel/react 0.10.8 → 0.10.9

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.
package/dist/index.js CHANGED
@@ -58666,6 +58666,7 @@ const MENTION_TYPES = {
58666
58666
  }
58667
58667
  };
58668
58668
  function getMentionConfig(type) {
58669
+ if (!type) return null;
58669
58670
  const exact = MENTION_TYPES[type];
58670
58671
  if (exact) return exact;
58671
58672
  const lower = type.toLowerCase();