Skip to content

Commit 683e51d

Browse files
committed
added context warning
1 parent 7e7b546 commit 683e51d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/mini-apps/features/Context.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ Context provides three essential data objects that shape your user experience:
2222
</Card>
2323
</CardGroup>
2424

25+
<Warning>
26+
**Context is only available within the Base App client, not on the web.**
27+
If your mini app is accessed via a standard web browser, context data will not be provided. Design your app to gracefully handle the absence of context when running outside the Base App environment.
28+
</Warning>
29+
2530
## Why Context Matters
2631

2732
Context enables you to create mini apps that feel native to their social environment and optimize for viral growth:

0 commit comments

Comments
 (0)