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

[BUGFIX beta] assert <Input> and <Textarea> #17733

Merged
merged 1 commit into from Mar 14, 2019
Merged

Commits on Mar 13, 2019

  1. [BUGFIX beta] assert <Input> and <Textarea>

    `input` and `textarea` are intended to be reserved component names, but
    the assertion was added to the wrong place. The end result is that only
    `(component "input")` and `(component "textarea")` were disallowed, but
    not when using the angle bracket syntax `<Input />` and `<Textarea />`.
    
    This compliments the existing tests in `contextual-components-test.js`
    (L1220).
    chancancode committed Mar 13, 2019
    Copy the full SHA
    3a545cb View commit details
    Browse the repository at this point in the history