eBay / skin-react

Skin components built with React (Typescript)
https://ebay.github.io/skin-react/
MIT License
18 stars 12 forks source link

FIX - prop needs to be any to pass in reactDOM #8

Closed Jiminee89 closed 4 years ago

Jiminee89 commented 4 years ago

FIX - prop needs to be any to pass in reactDOM

montoya332 commented 4 years ago

Thank you @Jiminee89 , could you also help changing all the anys to ReactNode import {ReactNode} from 'react';

can you create an issue for this ?