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

RouteViewerOverlay#leafletPath is incorrectly named (should be path according to PropTypes) #129

Closed
landonreed opened this issue May 18, 2020 · 0 comments · Fixed by #140
Assignees
Labels
bug Something isn't working

Comments

@landonreed
Copy link
Member

In render function the path prop is called leafletPath:

const { leafletPath, routeData } = this.props;

In propTypes it is called path:

@landonreed landonreed added the bug Something isn't working label May 18, 2020
binh-dam-ibigroup added a commit to ibi-group/otp-ui that referenced this issue May 21, 2020
Fix FromIcon, Accomodate long bus route names in LegDescriptionRouteShortName, Remove gray
background in LocationPicker (mobile mode), Fix RouteViewOverlayProp (breaking)

BREAKING CHANGE: RouteViewerOverlay: prop `leafletPath` renamed to `path`.

fix opentripplanner#138, fix opentripplanner#137, fix opentripplanner#136, fix opentripplanner#134, fix opentripplanner#129.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants