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: add message if type/paste function is called with an invalid element #375

Commits on Jun 21, 2020

  1. test: add failing test

    marcosvega91 committed Jun 21, 2020
    Copy the full SHA
    92c470c View commit details
    Browse the repository at this point in the history
  2. fix: add an explicit error on type function

    If the user tries to call type function with an invalid element, an explicit error will be thrown.
    This error should be better then 'TypeError: Cannot read property 'length' of undefined'
    marcosvega91 committed Jun 21, 2020
    Copy the full SHA
    b9f3662 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    948facd View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    261d843 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    d902c09 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    a3e3249 View commit details
    Browse the repository at this point in the history