Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

context entry state too deeply nested #1042

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions src/docs/sdk/event-payloads/contexts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -479,13 +479,11 @@ The `type` and default key is `"state"`.
{
"contexts": {
"state": {
"state": {
"type": "MobX",
"value": {
"flights": [],
"airports": [],
"showModal": false
}
"type": "MobX",
"value": {
"flights": [],
"airports": [],
"showModal": false
}
}
}
Expand Down