-
Notifications
You must be signed in to change notification settings - Fork 816
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem with listem events #345
Comments
also having the same problem event not firing for onZoomChanged |
I found the bug, i will change and subimit to fix |
i have a problen listen onZoomChanged, i saw this function cant camelize when i have _ is only " ", i fix to solve the problem. [fullstackreact#345](fullstackreact#345)
What is the status of this fix? I am trying to use the same |
i don't think there will be a fix, better hack that node_modules folder |
@trevans24 onCenter_changed={props.onCenterChangedEvent} onZoom_changed={props.onZoomChangedEvent} these are the correct name events, the called function will receive 3 arguments. |
i try to use map.addListener or onZoomChangedan onCenterChanged
and i cant.
The text was updated successfully, but these errors were encountered: