You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the status of this fix? I am trying to use the same onZoomChanged function and can't get it to work as well. Is there something that can be done now or to hack the node_modules folder in the meantime?
@trevans24 onCenter_changed={props.onCenterChangedEvent} onZoom_changed={props.onZoomChangedEvent} these are the correct name events, the called function will receive 3 arguments.
Activity
iamrenzx commentedon May 17, 2019
also having the same problem event not firing for onZoomChanged
misaku commentedon May 17, 2019
I found the bug, i will change and subimit to fix
Fix Problem wifth camelcase _
trevans24 commentedon Sep 17, 2019
What is the status of this fix? I am trying to use the same
onZoomChanged
function and can't get it to work as well. Is there something that can be done now or to hack thenode_modules
folder in the meantime?spiri91 commentedon Sep 20, 2019
i don't think there will be a fix, better hack that node_modules folder
spiri91 commentedon Sep 21, 2019
@trevans24 onCenter_changed={props.onCenterChangedEvent} onZoom_changed={props.onZoomChangedEvent} these are the correct name events, the called function will receive 3 arguments.