Skip to content

Commit

Permalink
Add missing space to migration diff
Browse files Browse the repository at this point in the history
  • Loading branch information
okko committed Nov 6, 2023
1 parent cd866e3 commit 681390a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Even though some users might experience breaking changes, mostly because of the
The `jwtDecode` function is now no longer the default export, and is instead provided as a named export. Make sure to update your code in places where you are importing this function:

```diff
-import jwtDecodefrom "jwt-decode";
-import jwtDecode from "jwt-decode";
+import { jwtDecode } from "jwt-decode";
```

Expand Down

0 comments on commit 681390a

Please sign in to comment.