-
-
Notifications
You must be signed in to change notification settings - Fork 197
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
2124-show-token-values-in-inspect #2321
Conversation
🦋 Changeset detectedLatest commit: 414cdb9 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
PR Analysis
PR Feedback
How to use
|
Commit SHA:17f8f949a8cd9131ddc371050eebd11af62400dd Test coverage results 🧪
|
Commit SHA:17f8f949a8cd9131ddc371050eebd11af62400dd |
|
||
type Props = { | ||
name: string; | ||
value: SingleToken['value'] | ||
rawValue?: Record<string, string> |
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.
Looks like the shape of this is wrong hence why the CI is breaking on build
20231011_202114.mp4
Closes #2124