-
Notifications
You must be signed in to change notification settings - Fork 38
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
Fix/default value property id bug page 4706 #3459
Fix/default value property id bug page 4706 #3459
Conversation
@@ -150,6 +150,9 @@ | |||
) { | |||
return parsed.map((obj) => String(obj.id)); | |||
} | |||
if (typeof parsed === 'number') { | |||
return [parsed]; |
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.
Parsed?
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.
agree that this name isn't great. I've changed it to parsedValue in latest commit, so it makes a bit more sense.
eb76ef0
🎉 This PR is included in version 2.190.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
No description provided.