-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added typescript types to fluid search and its skeleton state #17383
Added typescript types to fluid search and its skeleton state #17383
Conversation
✅ Deploy Preview for v11-carbon-react ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥳
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #17383 +/- ##
=======================================
Coverage 76.83% 76.83%
=======================================
Files 408 408
Lines 13945 13946 +1
Branches 4323 4327 +4
=======================================
+ Hits 10715 10716 +1
+ Misses 3056 3055 -1
- Partials 174 175 +1 ☔ View full report in Codecov by Sentry. |
9ee209b
Closes #17361
Added typescript types to fluid search and its skeleton state and converted index.js to index.tsx
Changelog
Changed
Added typescript types to fluid search and its skeleton state and converted index.js to index.tsx
Testing / Reviewing
Typescript support is added to Fluid Search and its skeleton state , it should work as intended.