Skip to content

Commit

Permalink
F** Enables the mapping of methods in mapData for custom-elements
Browse files Browse the repository at this point in the history
  • Loading branch information
jwloka committed Oct 25, 2022
1 parent 2bf1332 commit a1849c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/renderers/web-components/src/docs/custom-elements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ function mapData(data: TagItem[], category: string) {
data
.filter((item) => item && item.name)
.reduce((acc, item) => {
if (item.kind === 'method') return acc;

switch (category) {
case 'events':
mapEvent(item).forEach((argType) => {
Expand Down

0 comments on commit a1849c3

Please sign in to comment.