Skip to content

Commit

Permalink
fix: add warning banner
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaccoSordo committed May 7, 2024
1 parent 72fa8f8 commit cabb6d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/docs/guides/migration-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Migration Guide: Updating to Event Subscription

:::warning Mandatory Subscription
Since version 4.2.0, it is mandatory to subscribe to `ACTIVE_ACCOUNT_SET`.
:::

This guide outlines the steps to migrate from using `dAppClient.getActiveAccount()` to the new event subscription method with `BeaconEvent.ACTIVE_ACCOUNT_SET` for handling active account changes.

## Why Migrate?
Expand Down

0 comments on commit cabb6d1

Please sign in to comment.