Skip to content

Commit

Permalink
fix: update docs to remove is frame valid (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfurlong authored Aug 30, 2024
1 parent 82a09a9 commit e2906a7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/pages/reference/render/use-frame.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -158,12 +158,6 @@ Sets the input text.

Handles a button press on given Frame.

### `isFrameValid`

- Type: `boolean | undefined`

Whether the frame at the top of the stack has any frame validation errors. Undefined when the frame is not loaded or set.

### `frameValidationErrors`

- Type: `Record<string, string[]> | undefined | null`
Expand Down

0 comments on commit e2906a7

Please sign in to comment.