We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In render function the path prop is called leafletPath:
path
leafletPath
otp-ui/packages/route-viewer-overlay/src/index.js
Line 52 in 15b1615
In propTypes it is called path:
Line 91 in 15b1615
The text was updated successfully, but these errors were encountered:
fix: Fix various cosmetic bugs.
584f9cd
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.
binh-dam-ibigroup
Successfully merging a pull request may close this issue.
In render function the
path
prop is calledleafletPath
:otp-ui/packages/route-viewer-overlay/src/index.js
Line 52 in 15b1615
In propTypes it is called
path
:otp-ui/packages/route-viewer-overlay/src/index.js
Line 91 in 15b1615
The text was updated successfully, but these errors were encountered: