fix(skills): correct API inaccuracies across skills#162
Open
onlyexeption wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the “skills” reference documentation to align examples and component tables with the current Ignite UI React API surface (component names, event typings, and JSX patterns), reducing copy/paste errors when using these skills.
Changes:
- Standardize scheduling component naming to
IgrDatePickeracross reference matrices/catalogues. - Correct form-handling snippets (e.g.,
FormData(e.currentTarget)) and update event type references in form examples. - Fix JSX examples (missing imports, correct JSX expression usage, and updated
IgrTabschange handling example).
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| skills/igniteui-react-generate-from-image-design/reference/component-mapping.md | Updates component decision matrices to reflect correct component names and key props. |
| skills/igniteui-react-components/reference/REFS-FORMS.md | Fixes form submission snippet and updates event typing examples for controlled components and RHF integration. |
| skills/igniteui-react-components/reference/JSX-PATTERNS.md | Adds missing import and updates the tabs navigation change-handler example. |
| skills/igniteui-react-components/reference/EVENT-HANDLING.md | Replaces outdated IgrDatepicker reference with IgrDatePicker. |
| skills/igniteui-react-components/reference/COMPONENT-CATALOGUE.md | Corrects catalogue entries for DatePicker and the full-featured grid component naming. |
| skills/igniteui-react-components/reference/CHARTS-GRIDS.md | Fixes a JSX template example to use {...} instead of a literal string interpolation. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #
Additional information (check all that apply):
Checklist:
README.MDCHANGELOG.MDupdates for newly added functionality