Migrate sdk-dapp v4 to v5: hook-by-hook diffs
Side-by-side v4 vs v5 diffs for every removed hook, component, and import path. The shortest viable upgrade path for an existing v4 dApp.
Side-by-side v4 vs v5 diffs for every removed hook, component, and import path. The shortest viable upgrade path for an existing v4 dApp.
The full-app version of the DappProvider removal, every file that touches it, including the session-restore state v4 quietly handled for you.
The same hook name still resolves in v5 but returns less data, silently. The easiest migration bug to miss because nothing forces a second look at it.
The v4 hook this migration is named for does not exist in the real package. What does exist is batch sends and a v5 nested-array trigger.