You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: report custom element name collisions (#2053)
custom element name collisions are now detected before calling define()
logging is added to the console.error to help developers identify the collisions
includes version information to assist in troubleshooting
`Tag name ${mgtTagName} is already defined using class ${mgtElement.name} version ${version(mgtElement)}\n`,
28
+
`Currently registering class ${classOrDescriptor.name} with version ${version(classOrDescriptor)}\n`,
29
+
'Please use the disambiguation feature to define a unique tag name for this component see: https://github.com/microsoftgraph/microsoft-graph-toolkit/tree/main/packages/mgt-components#disambiguation'
0 commit comments