X Tutup
The Wayback Machine - https://web.archive.org/web/20210329213624/https://github.com/topics/polymer
Skip to content
#

polymer

Here are 1,358 public repositories matching this topic...

storybook
dexster
dexster commented Mar 9, 2021

Bug

In an Angular project Storybook is displaying this console error for a link generated by Compodocs

Warning: validateDOMNesting(...): <a> cannot appear as a descendant of <a>.
    in a (created by Markdown)
    in a (created by Markdown)
    in p (created by Markdown)
    in Markdown (created by ArgRow)
    in div (created by Context.Consumer)
    in Styled(div) (created b
bennypowers
bennypowers commented Sep 30, 2020

The generator currently outputs TypeScript projects only. It should have an option to output JavaScript projects.

This could be accomplished without duplicating code by the following steps

  1. If the TypeScript option is selected, continue as normal
  2. If the JavaScript option is selected, run all the same steps as the TypeScript generator, but add the following steps afterwards:
    1. Run

Improve this page

Add a description, image, and links to the polymer topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the polymer topic, visit your repo's landing page and select "manage topics."

Learn more

X Tutup