react-ripples icon indicating copy to clipboard operation
react-ripples copied to clipboard

Giving error on docker build

Open devjaypathak opened this issue 1 year ago • 1 comments
trafficstars

Giving error

Property 'placeholder' is missing in type '{ children: Element; onClick: () => void; className: string; }' but required in type 'Pick<HTMLAttributes<HTMLDivElement>, "children" | "className" | "onError" | "color" | "slot" | "title" | "defaultChecked" | "defaultValue" | ... 243 more ... | "placeholder">'.

Please let me know if anyone finds a fix of this.

devjaypathak avatar Dec 12 '23 09:12 devjaypathak

Hello! That looks like a typescript error. I'm not 100% sure, but it seems to me that you need to pass "placeholder" as a prop.

This repo is no longer maintained, check out "react-ripples-continued" (one of my projects)

balazshevesi avatar Jan 25 '24 18:01 balazshevesi