I just copied the starter template from here:
and I get these errors:
What am I doing wrong? The buttons show up properly, but it makes bugfixing so much harder because of constant error logs… Thanks for any help!
I just copied the starter template from here:
and I get these errors:
What am I doing wrong? The buttons show up properly, but it makes bugfixing so much harder because of constant error logs… Thanks for any help!
Did you get the whole plugin sample? Did you read the README how to load it?
I must have somehow messed up the manifest…
Copied over the example manifest and the error is gone.
Thanks for reminding me!
Sorry for bumping an “old”, solved case, I just want to put some info here for anyone who needs it, as I ran into the same problem again.
This time just unloading and then loading the plugin again worked (as opposed to just reloading in one go).
Hope this helps someone in the future!
Yes, if you change anything directly related to manifest, you need to unload and load
I did not change anything in the manifest when this problem occured. Both of the times. I set up the manifest once when beginning the project and it worked well for a while.
I am not a hundred percent sure if I am talking bs here, but I think I tried out different CSS styles on the UI I am creating and put “display: table”, which is, to my knowledge, not supported. Afterwards the errors just kept on rolling in, until I did what I described above. Even after just reloading and “loosing” the display setting because of it.