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(webcomponents): make types play nicely with lit-element #9557

Merged
merged 7 commits into from Jan 29, 2020

Commits on Jan 20, 2020

  1. fix(webcomponents): make types play nicely with lit-element

    Before this change, returning html`<sometag>...</sometag>` from `storiesOf(...).add` would result in the following error: Type 'TemplateResult' is not assignable to type 'StoryFnHtmlReturnType'
    urish committed Jan 20, 2020
    Copy the full SHA
    1dfa589 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. Copy the full SHA
    49cf0e4 View commit details
    Browse the repository at this point in the history
  2. FIX linting

    ndelangen committed Jan 21, 2020
    Copy the full SHA
    2b95ec2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    630d43a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    525fc4c View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    a30b5ad View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Copy the full SHA
    2882cbd View commit details
    Browse the repository at this point in the history