-
Notifications
You must be signed in to change notification settings - Fork 53
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
update otp-ui packages and import focus trap #1221
Conversation
@@ -2434,7 +2434,7 @@ | |||
"@opentripplanner/location-icon" "^1.4.1" | |||
flat "^5.0.2" | |||
|
|||
"@opentripplanner/geocoder@^2.0.1", "@opentripplanner/geocoder@^2.2.2": | |||
"@opentripplanner/geocoder@^2.2.2": |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for including this one
lib/components/map/point-popup.tsx
Outdated
import styled from 'styled-components' | ||
import type { Location } from '@opentripplanner/types' | ||
|
||
import * as mapActions from '../../actions/map' | ||
import { getEntryRelativeTo } from '../util/get-entry-relative-to' | ||
import { FocusTrapWrapper } from '@opentripplanner/map-popup/lib' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sort imports.
See #1222 for the spelling error fix. |
@amy-corson-ibigroup Also please update the snapshots. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description:
Updates Itinerary Body
Updates map-popup
Imports
FocusTrapWrapper
into the map popupPR Checklist: