@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.cjs CHANGED
@@ -58705,6 +58705,7 @@ const MENTION_TYPES = {
58705
58705
  }
58706
58706
  };
58707
58707
  function getMentionConfig(type) {
58708
+ if (!type) return null;
58708
58709
  const exact = MENTION_TYPES[type];
58709
58710
  if (exact) return exact;
58710
58711
  const lower = type.toLowerCase();