3DJakob / react-tinder-card-demo

This is a demo for react-tinder-card which is a react module for making elements behave like cards in the ever so popular dating app tinder.

Home Page:https://3djakob.github.io/react-tinder-card-demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Property 'className' does not exist on type 'IntrinsicAttributes & Props & { children?: ReactNode; }'.

oxcened opened this issue · comments

Props interface is missing className, hence the issue thrown by Typescript.