Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/eslint-8.53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored Nov 6, 2023
2 parents 9da9ae5 + 27cff15 commit 02988ad
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 02988ad

Please sign in to comment.