pjeby / tag-wrangler

Rename, merge, toggle, and search tags from the Obsidian tag pane
633 stars 19 forks source link

Plugin failure: tag-wrangler TypeError: c is not a constructor #137

Closed pindab0ter closed 4 months ago

pindab0ter commented 4 months ago

When trying to load the plugin, this error appears in the console:

Plugin failure: tag-wrangler TypeError: c is not a constructor
    at e.<anonymous> (app.js:1:2292587)
    at app.js:1:237138
    at Object.next (app.js:1:237243)
    at a (app.js:1:235961)

Tag wrangler version 0.6.1 Obsidian 1.6.5

Linter community plugin is installed, but not enabled.

In the Obsidian Sandbox, it works without a problem, even with the Linter plugin installed and enabled.

pindab0ter commented 4 months ago

Removing and installing the extension fixed it for me.