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
// On top of the fileKiwi.Plugins.Text={};[...]// adding minimumKiwiVerisonKiwi.Plugins.Text.minimumKiwiVersion="1.3.0";Kiwi.PluginManager.register(Kiwi.Plugins.TextExtended);Kiwi.Plugins.Text=(function()...
makes it work, but the console spits out a different, strange warning again:
Kiwi.PluginManager: 'TextExtended' is missing the minimumKiwiVersion property. It is unknown whether 'TextExtended' will work with this version of Kiwi #plugin
I'm sure I've got a correct template sitting around somewhere. If we release another version of Text before we fold it into the core library, we'll be sure to modify that.
Tagging this as a bug, because it shouldn't do that.
Even though the plugin works fine, the implementation throws this error in the console:
The file is included like this:
The text was updated successfully, but these errors were encountered: