I am trying to develop on that KonvaJs example: https://konvajs.org/docs/sandbox/Window_Frame_Designer.html
When cloned the repository everything is working fine. However, Once i updated mobx from 4.3.1 to 5.15.0 it gives that error;
Error: MobX injector: Store 'store' is not available! Make sure it is provided by some Provider
Could someone help me to how i fix that problem. Thanks.