Skip to content
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(rating#4445): update model-value to modelValue case in the te… #4450

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

raichev-dima
Copy link
Member

Description

Should close #4445

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Improvement/refactoring (non-breaking change that doesn't add any feature but make things better)

Copy link

netlify bot commented Jan 9, 2025

Deploy Preview for vuestic-storybook ready!

Name Link
🔨 Latest commit f3cb9e6
🔍 Latest deploy log https://app.netlify.com/sites/vuestic-storybook/deploys/677fe81c91be210008fa98a8
😎 Deploy Preview https://deploy-preview-4450--vuestic-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Jan 9, 2025

Deploy Preview for vuestic-docs failed. Why did it fail? →

Name Link
🔨 Latest commit f3cb9e6
🔍 Latest deploy log https://app.netlify.com/sites/vuestic-docs/deploys/677fe81cc1805e0008b55ebd

@raichev-dima raichev-dima requested review from m0ksem and asvae January 9, 2025 15:18
@@ -22,6 +22,8 @@ export const useIsUserProvidedProp = (propName: string) => {
if (!vm?.vnode.props) { return false }

// If vnode doesn't have this prop it mean default value is used
// Note: be cautious as the `propName` should have the exact case in the template
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UserProvidedProp is used outside of Vuestic internals. We need to to work with both cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rating is broken on develop
2 participants