Skip to content

Commit

Permalink
docs: remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
darthtrevino committed Mar 26, 2019
1 parent fdf3cf3 commit d2133ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/examples/src/04 Sortable/Simple/Card.tsx
Expand Up @@ -35,8 +35,6 @@ interface CardInstance {
getNode(): HTMLDivElement | null
}

// NOTE: this must be a React.Component class because we use the component instance
// in the hover function of the droptarget spec. We cannot get this instance on ref
const Card: React.RefForwardingComponent<
HTMLDivElement,
CardProps
Expand Down

0 comments on commit d2133ea

Please sign in to comment.