Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Ignatov committed Jun 21, 2019
1 parent c918d1c commit 4841536
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,14 +128,15 @@ good idea to start by reading [this document](v2.md).

.catch(console.error);
```
See [this](/fhirjs-equivalents) for other examples.
See [this](./fhirjs-equivalents) for other examples.
5. Other Changes

5.1. Client state

The old client had a `state` and a `tokenResponse` properties. Now the
`tokenResponse` is part of the state. This means that read tokenResponse
values the code needs to be updated like so:

```js
// old
const needPatientBanner = client.tokenResponse.need_patient_banner;
Expand Down

0 comments on commit 4841536

Please sign in to comment.