I've been working with the Sketch Widget in my react app to try notify my app of changes in the activeTool. I was able to get this working locally using "watch" from reactiveUtils :

However, when this gets deployed onto our dev & prod environments, we encounter the following error. I've tried removing all the custom handlers we tack into the props for "new GraphicsLayer(props)" and still encounter this error. Functionally, it prevents changing the active tool to anything other than the default.

This error appears to come from within the Sketch widget component. Can you provide guidance or troubleshooting steps to fix this issue?
Thanks.