SDK v1.1.1

One of the biggest factors in traveller's decision making is the repercussions the trip upon return home. Is a vacation worth it, if you have to quarantine for 14 days?

New feature flag lets you show quarantine requirements to travellers.

2468

Turn on the new feature by passing the showQuarantineOnReturn property as part of the widgetOptions object.

const widgetOptions = {
  ...
  showQuarantineOnReturn: true // new feature flag
}

See the full guide