GoodgameStudios/RobotlegsJS-Pixi

Uncaught Error: No bindings found for serviceIdentifier: Symbol(IMediatorMap)

Closed this issue · 1 comments

Hi,

When I run example, I got the error below. Please correct me what am I doing wrong.

Context ExtensionInstaller Installing extension [object Object]
Context ConfigManager Not yet initialized. Queuing config class function MyConfig() {
}
Context ConfigManager Not yet initialized. Queuing config object [object Object]
Context ContextViewExtension Mapping [object Object] as contextView
Context Context Initializing...
Context ConfigManager Now initializing. Instantiating config class function MyConfig() {
}
Uncaught Error: No bindings found for serviceIdentifier: Symbol(IMediatorMap)

I got the answer,
In the initialization code, just remove initialize() function call.

this.context.install(MVCSBundle, PixiExtension)
.configure(MyConfig)
.configure(new ContextView((this.renderer).plugins.interaction))
.initialize();