clear_errors_and_warnings
Clear errors and warnings from React components to maintain application stability and improve debugging efficiency during development.
Instructions
Clear all or specific element's errors/warnings
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Element ID (optional, clears all if omitted) | |
| clearErrors | No | Clear errors | |
| clearWarnings | No | Clear warnings |