Skip to content

Commit 8a3e5ef

Browse files
committed
removed
1 parent bff4cd7 commit 8a3e5ef

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/mini-apps/troubleshooting/base-app-compatibility.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ description: Build Mini Apps with features that work seamlessly across the Base
55

66
Base App is working towards full compatibility with the Farcaster Mini App SDK. During beta, some features are not yet supported.
77

8+
## Currently Unsupported
9+
10+
- [`signManifest` (experimental)](https://miniapps.farcaster.xyz/docs/sdk/actions/sign-manifest)
11+
812

913
# Notifications
1014

@@ -18,11 +22,7 @@ Notifications are currently in-app only. Push notification support will be added
1822

1923
Future notification features will not require code changes to your Mini App.
2024

21-
## Currently Unsupported
22-
23-
- signManifest(experimental)
2425

25-
To use unsupported features, you can use the `context` object to detect if the app is running in the Base App.
2626

2727
## Base App Client Detection
2828
To detect if the app is running in the Base App, you can use the `clientFid` property of the `context` object.

0 commit comments

Comments
 (0)