Eugene Pisotsky
Eugene Pisotsky
Problem: when i'm trying to repaint an element like that: `this.instance.repaint(element, { left: data.x, top: data.y });` I see the following error: `TypeError: undefined is not an object (evaluating 'managedElements[elId].el')`...
Inversify decorators don't work with Babel, maybe because of different specification: ## Possible Solution Here's an example of working with Babel decorator, I suppose it works because it returns the...
Hello, After upgrading to 0.59.0-rc.1 it stopped working: ``` Loading dependency graph...error Cannot read property 'transformFile' of undefined ``` I suppose it's related to metro version (https://github.com/facebook/metro/issues/111#issuecomment-456457949)
Problem: when i'm trying to repaint an element like that: `this.instance.repaint(element, { left: data.x, top: data.y });` I see the following error: `TypeError: undefined is not an object (evaluating 'managedElements[elId].el')`...