Skip to content
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

[Bug] ViewStateChangeEvent typescript type missing originalEvent? in 8.0.0 #2484

Open
randypuro opened this issue Feb 4, 2025 · 0 comments
Labels

Comments

@randypuro
Copy link

Description

Previously, some callbacks (onMove, onMoveEnd, etc) could be attributed to a user event by the presence of an originalEvent property.

Those callback events still include an originalEvent property for user triggered callbacks (eg. dragging the map for onMoveEnd); however, the typescript type of the ViewStateChangeEvent does not include {originalEvent?: MouseEvent} in the type definition.

I'm uncertain whether the intention is to move away from the usage of that property; however, it's been a useful attribute.

Expected Behavior

ViewStateChangeEvent typescript type includes {originalEvent?: MouseEvent}

Steps to Reproduce

Reference event.originalEvent in code. Typescript error:

TS2339: Property originalEvent does not exist on type ViewStateChangeEvent

Environment

Logs

No response

@randypuro randypuro added the bug label Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant