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

feat(warn): Warn component names hyphenated into reserved names, fix #8025 #8051

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

feat(warn): Warn component names hyphenated into reserved names, fix #8025 #8051

wants to merge 1 commit into from

Commits on Apr 19, 2018

  1. feat(warn): Warn component names hyphenated into reserved names

    Currently, component names like 'Map' is silently ignored, because they
    translated into reserved names but the component names are not exactly
    the same as the reserved names. The component names, thus, should be
    hyphenated before checking if reserved.
    
    Resolve #8025.
    Hyunje Jun committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    248ad53 View commit details
    Browse the repository at this point in the history