You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For batch routing, hovering between identical itineraries starting at different times triggers a render of each itinerary hovered. This is a subtle behavior that is not noticeable on the UI but may result in extra unnecessary computation.
For testing:
Checkout the Transitive styles #366 or more recent branch (the behavior exists on the dev branch prior to that nonetheless).
Add a console.log('Transitive render') statement at this line
For batch routing, hovering between identical itineraries starting at different times triggers a render of each itinerary hovered. This is a subtle behavior that is not noticeable on the UI but may result in extra unnecessary computation.
For testing:
console.log('Transitive render')
statement at this lineA relevant approach and feedback are found here.
The text was updated successfully, but these errors were encountered: