From 154cebec807be7ad844cc03921a37a24f757ee91 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 13 Jul 2020 14:43:17 -0400 Subject: [PATCH] Remove comment --- src/components/badge/badge.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/components/badge/badge.tsx b/src/components/badge/badge.tsx index 760650e41..e7582bf65 100644 --- a/src/components/badge/badge.tsx +++ b/src/components/badge/badge.tsx @@ -9,13 +9,6 @@ import { Component, Prop, h } from '@stencil/core'; * @part base - The base wrapper */ -// -// TODO: -// -// - transition in/out when label disappears -// - prevent initial rerender if possible (requestAnimationFrame hack) -// - @Component({ tag: 'sl-badge', styleUrl: 'badge.scss',