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
using the installed [email protected] source with the default 7.2.0 collaborationSpace installation.
However ,although I can see that react-intl is included in the compiled source, I get an Undefined Reference for defineMessage.
How can this be resolved?
The text was updated successfully, but these errors were encountered:
atsakir
changed the title
defineMessage throws Uncaught Reference error when used in index.html of cspace#tenant
defineMessages throws Uncaught Reference error when used in index.html of cspace#tenant
Apr 30, 2024
defineMessages actually just returns the argument that's passed in. It's only used as a marker for a babel plugin to extract message definitions so you can send them to a translation service. In this context you don't care about that, so you can omit it.
BTW, collection object is not an authority record, so your configuration won't do anything. A vocabulary is a kind of an authority record. For example, the Concept authority has Activity, Material, and Occasion vocabularies.
Following the configuration docs I tried the vocabularyConfiguration example like so:
using the installed [email protected] source with the default 7.2.0 collaborationSpace installation.
However ,although I can see that react-intl is included in the compiled source, I get an Undefined Reference for
defineMessage
.How can this be resolved?
The text was updated successfully, but these errors were encountered: