react-ripples
react-ripples copied to clipboard
Giving error on docker build
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.
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)