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
As I've just tried to write an extension based on this example, one of the gotchas that took a while to figure out was that the value for prefix set on line 122 in myPanel.jsmust match the value of typeName set on line 42 in myActor.js.
If these do not match, registering the actor fails:
Handler function DebuggerClient.requester request callback threw an exception: Error: Can't manage front without an actor ID
I suggest changing to work "prefix" to "typeName" to make it at least a bit clearer that these strings are related.
The text was updated successfully, but these errors were encountered:
As I've just tried to write an extension based on this example, one of the gotchas that took a while to figure out was that the value for
prefix
set on line 122 in myPanel.js must match the value oftypeName
set on line 42 in myActor.js.If these do not match, registering the actor fails:
I suggest changing to work "prefix" to "typeName" to make it at least a bit clearer that these strings are related.
The text was updated successfully, but these errors were encountered: