You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/mini-apps/troubleshooting/base-app-compatibility.mdx
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Base App is working towards full compatibility with the Farcaster Mini App SDK.
8
8
9
9
# Notifications
10
10
11
-
The Base app now supports Mini App notifications to re-engage users with your application. Base uses the same notification specification as [Farcaster](https://miniapps.farcaster.xyz/docs/guides/notifications).
11
+
The Base app supports Mini App notifications to re-engage users with your application. Base uses the same notification specification as [Farcaster](https://miniapps.farcaster.xyz/docs/guides/notifications).
12
12
13
13
To implement notifications in your Mini App, see the [notifications guide](/mini-apps/core-concepts/notifications).
14
14
@@ -42,7 +42,6 @@ function MyComponent() {
42
42
return <div>{/* Your component */}</div>;
43
43
}
44
44
```
45
-
46
45
## Wallet Interactions
47
46
48
47
In order to ensure a seamless experience across the Base App and Farcaster, we recommend using the users connected wallet.
0 commit comments