I have the component registered in the script, imported in the main.js file, and put into the block, but I keep getting this error and I don't know how to fix it. Apologies for sharing files.
#(Resolved) [Scripting][Warning]-Component was not registered
1 messages · Page 1 of 1 (latest)
First fix the first error, when the compiler founds an error it stops running, so the rest of your code will not be loaded
You didnt closed an {}
And thats an syntax error
If you read your error in your content log.. it says error at line 4 of blocks/slabInteract
I don't know what the error is
{ id: ".." }
= is just for variable asignation, not objects
Thank you so much