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 propsData deprecation suggestion #2001

Merged
merged 1 commit into from Mar 10, 2023
Merged

Fix propsData deprecation suggestion #2001

merged 1 commit into from Mar 10, 2023

Commits on Mar 10, 2023

  1. Fix propsData deprecation suggestion

    At the moment it suggests to use `data` instead of `propsData` but that does not work and just seems straight up wrong. It seems obvious to me it should be suggesting to use `props` instead since that actually works..
    dten committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    5613901 View commit details
    Browse the repository at this point in the history