Get the global tags store instance.
Creates the instance on first access.
The global TagsStore instance
const store = getGlobalTagsStore();store.insert(createTag(999, 'myTag')); Copy
const store = getGlobalTagsStore();store.insert(createTag(999, 'myTag'));
Get the global tags store instance.
Creates the instance on first access.