From cabb6d12cae64d477a43892a8de690c909bfcad9 Mon Sep 17 00:00:00 2001 From: IsaccoSordo Date: Tue, 7 May 2024 08:58:21 +0200 Subject: [PATCH] fix: add warning banner --- src/docs/guides/migration-guide.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/docs/guides/migration-guide.mdx b/src/docs/guides/migration-guide.mdx index 97050cab..c36d1b4e 100644 --- a/src/docs/guides/migration-guide.mdx +++ b/src/docs/guides/migration-guide.mdx @@ -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?