Eirik Hoem

Results 8 comments of Eirik Hoem

The props are passed to the onClick. I solved this w mobx by having MyCustomContextMenu fetch items from observable state.

Please see https://github.com/cerebral/overmind/issues/456

@mattiasjosefsson Move config into a separate file :-)

@mattiasjosefsson something like this: `overmind/config.ts` ```js import { merge, namespaced } from "overmind/config" import { state } from "./state" import * as actions from "./actions" import * as effects from...

@softmastx Did you figure this out?

Are you getting your image data from camera? If so, try adding setTimeout 500 before passing it on to aviary. Not ideal, but it seems to work for me.